mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
Update maxEntrypointSize
This commit is contained in:
parent
041d5c37a0
commit
0c68b67dcd
@ -40,7 +40,7 @@ export default function webpackBaseConfig ({ isClient, isServer }) {
|
|||||||
: urlJoin(this.options.router.base, this.options.build.publicPath))
|
: urlJoin(this.options.router.base, this.options.build.publicPath))
|
||||||
},
|
},
|
||||||
performance: {
|
performance: {
|
||||||
maxEntrypointSize: 300000,
|
maxEntrypointSize: 1000000,
|
||||||
maxAssetSize: 300000,
|
maxAssetSize: 300000,
|
||||||
hints: this.options.dev ? false : 'warning'
|
hints: this.options.dev ? false : 'warning'
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user