Exclude hot-update files

pull/10616/head
Luke Morris 2018-03-01 16:35:05 -08:00
parent f5b91d1cad
commit 146292adac
1 changed files with 1 additions and 1 deletions

View File

@ -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,