Update webpack configuration to work with webpack 4
This commit is contained in:
parent
d4432b9a39
commit
88d2457e29
5 changed files with 488 additions and 296 deletions
|
|
@ -22,7 +22,7 @@ module.exports = {
|
|||
filename: '[name]-[chunkhash].js'
|
||||
},
|
||||
module: {
|
||||
loaders: [
|
||||
rules: [
|
||||
{ test: /\.(woff2?|eot|ttf|svg)$/, loader: "file-loader" }
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue