mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +00:00
test: enable cssSourceMap when devtool not null
This commit is contained in:
parent
fd9672e51d
commit
46f7a0bc70
1
test/fixtures/with-config/nuxt.config.js
vendored
1
test/fixtures/with-config/nuxt.config.js
vendored
@ -47,6 +47,7 @@ export default {
|
|||||||
build: {
|
build: {
|
||||||
publicPath: '/orion/',
|
publicPath: '/orion/',
|
||||||
maxChunkSize: 300000,
|
maxChunkSize: 300000,
|
||||||
|
cssSourceMap: true,
|
||||||
analyze: {
|
analyze: {
|
||||||
analyzerMode: 'disabled',
|
analyzerMode: 'disabled',
|
||||||
generateStatsFile: true,
|
generateStatsFile: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user