From 46f7a0bc70acbecc2f093c813c3394f5b69200e5 Mon Sep 17 00:00:00 2001 From: Clark Du Date: Thu, 22 Mar 2018 20:50:07 +0800 Subject: [PATCH] test: enable cssSourceMap when devtool not null --- test/fixtures/with-config/nuxt.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/fixtures/with-config/nuxt.config.js b/test/fixtures/with-config/nuxt.config.js index 2666be116d..4def85fcf8 100644 --- a/test/fixtures/with-config/nuxt.config.js +++ b/test/fixtures/with-config/nuxt.config.js @@ -47,6 +47,7 @@ export default { build: { publicPath: '/orion/', maxChunkSize: 300000, + cssSourceMap: true, analyze: { analyzerMode: 'disabled', generateStatsFile: true,