Update webpack configuration to work with webpack 4

This commit is contained in:
uwap 2018-03-28 03:04:06 +02:00
parent d4432b9a39
commit 88d2457e29
5 changed files with 488 additions and 296 deletions

View file

@ -22,7 +22,7 @@ module.exports = {
filename: '[name]-[chunkhash].js'
},
module: {
loaders: [
rules: [
{ test: /\.(woff2?|eot|ttf|svg)$/, loader: "file-loader" }
]
},