Simplify webpack output

pull/3037/head
Andrew Watkins 2018-03-22 14:50:55 -07:00
parent 6c6669dd40
commit 6fa7790568
1 changed files with 10 additions and 0 deletions

View File

@ -19,7 +19,17 @@ const babelLoader = {
},
}
const stats = {
colors: true,
children: false,
modules: false,
version: false,
assetsSort: '!size',
excludeAssets: [/\.(hot-update|woff|eot|ttf|svg|ico|png)/],
}
module.exports = {
stats,
node: {
fs: 'empty',
module: 'empty',