Add favicon support
This commit is contained in:
parent
dbb48fbde6
commit
29e1546eb2
27 changed files with 92 additions and 109 deletions
|
|
@ -28,6 +28,16 @@ module.exports = {
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
test: /\.ico$/i,
|
||||
use: {
|
||||
loader: "file-loader",
|
||||
query: {
|
||||
outputPath: "/",
|
||||
name: "[name].[ext]"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
test: /\.scss$/i,
|
||||
use: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue