temporary disable extractCSS for ssr test

This commit is contained in:
Pooya Parsa 2018-03-01 10:37:37 +03:30
parent 46de1a32cf
commit 11280681d1

View File

@ -8,6 +8,6 @@ module.exports = {
},
build: {
stats: false,
extractCSS: true
extractCSS: false // https://github.com/webpack/webpack/pull/6597
}
}