Update webpack perfs hints

This commit is contained in:
Sébastien Chopin 2017-03-24 16:12:59 +01:00
parent 221bcb5e33
commit 7333e7a758

View File

@ -24,7 +24,8 @@ export default function ({ isClient, isServer }) {
publicPath: (isUrl(this.options.build.publicPath) ? this.options.build.publicPath : urlJoin(this.options.router.base, this.options.build.publicPath))
},
performance: {
maxEntrypointSize: 400000,
maxEntrypointSize: 300000,
maxAssetSize: 300000,
hints: (this.dev ? false : 'warning')
},
resolve: {