mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 15:22:39 +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: {
|
||||
publicPath: '/orion/',
|
||||
maxChunkSize: 300000,
|
||||
cssSourceMap: true,
|
||||
analyze: {
|
||||
analyzerMode: 'disabled',
|
||||
generateStatsFile: true,
|
||||
|
Loading…
Reference in New Issue
Block a user