mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
temporary disable extractCSS for ssr test
This commit is contained in:
parent
46de1a32cf
commit
11280681d1
2
test/fixtures/ssr/nuxt.config.js
vendored
2
test/fixtures/ssr/nuxt.config.js
vendored
@ -8,6 +8,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
stats: false,
|
stats: false,
|
||||||
extractCSS: true
|
extractCSS: false // https://github.com/webpack/webpack/pull/6597
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user