From ec48c527ebbd4fbf2daf73ca621dc0c39b62d87d Mon Sep 17 00:00:00 2001 From: Clark Du Date: Thu, 17 Oct 2019 21:39:07 +0100 Subject: [PATCH] fix test --- test/fixtures/with-config/nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/with-config/nuxt.config.js b/test/fixtures/with-config/nuxt.config.js index 40289390d7eb..d3cd57827ac3 100644 --- a/test/fixtures/with-config/nuxt.config.js +++ b/test/fixtures/with-config/nuxt.config.js @@ -86,7 +86,7 @@ export default { transpile: 'vue-test', extend (config, options) { return Object.assign({}, config, { - devtool: '#source-map' + devtool: 'source-map' }) } },