mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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))
|
||||
},
|
||||
performance: {
|
||||
maxEntrypointSize: 300000,
|
||||
maxEntrypointSize: 1000000,
|
||||
maxAssetSize: 300000,
|
||||
hints: this.options.dev ? false : 'warning'
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user