mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-04 03:17:14 +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',
|
filename: 'server-bundle.js',
|
||||||
libraryTarget: 'commonjs2'
|
libraryTarget: 'commonjs2'
|
||||||
}),
|
}),
|
||||||
|
performance: {
|
||||||
|
hints: false
|
||||||
|
},
|
||||||
plugins: (config.plugins || []).concat([
|
plugins: (config.plugins || []).concat([
|
||||||
new VueSSRPlugin({
|
new VueSSRPlugin({
|
||||||
filename: 'server-bundle.json'
|
filename: 'server-bundle.json'
|
||||||
|
Loading…
Reference in New Issue
Block a user