Update maxEntrypointSize

This commit is contained in:
Sébastien Chopin 2017-06-20 01:04:01 +02:00
parent 041d5c37a0
commit 0c68b67dcd

View File

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