Disable performance hints for SSR

This commit is contained in:
Sébastien Chopin 2017-03-27 18:06:57 +02:00
parent 2f2eaac299
commit f6a02a1ac6
1 changed files with 3 additions and 0 deletions

View File

@ -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'