mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-03 19:07:15 +00:00
Disable performance hints for SSR
This commit is contained in:
parent
2f2eaac299
commit
f6a02a1ac6
@ -30,6 +30,9 @@ export default function () {
|
||||
filename: 'server-bundle.js',
|
||||
libraryTarget: 'commonjs2'
|
||||
}),
|
||||
performance: {
|
||||
hints: false
|
||||
},
|
||||
plugins: (config.plugins || []).concat([
|
||||
new VueSSRPlugin({
|
||||
filename: 'server-bundle.json'
|
||||
|
Loading…
Reference in New Issue
Block a user