Exclude hot-update files
parent
f5b91d1cad
commit
146292adac
|
@ -200,7 +200,7 @@ module.exports = {
|
|||
modules: false,
|
||||
version: false,
|
||||
assetsSort: "!size",
|
||||
excludeAssets: [/\.(woff|eot|ttf|svg|ico|png)/]
|
||||
excludeAssets: [/\.(hot-update|woff|eot|ttf|svg|ico|png)/]
|
||||
},
|
||||
contentBase: 'build',
|
||||
quiet: false,
|
||||
|
|
Loading…
Reference in New Issue