From 26f530541d8d53431039a1f0d40713ea7f2d3e64 Mon Sep 17 00:00:00 2001 From: git Date: Mon, 6 Mar 2017 20:28:03 +0900 Subject: [PATCH] Update devtool --- webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 73dff47..7d67191 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -59,11 +59,11 @@ module.exports = { historyApiFallback: true, noInfo: true }, - devtool: '#eval-source-map' + devtool: 'eval-source-map' } if (process.env.NODE_ENV === 'production') { - module.exports.devtool = '#source-map' + module.exports.devtool = 'source-map' // http://vuejs.github.io/vue-loader/workflow/production.html module.exports.plugins = (module.exports.plugins || []).concat([ new webpack.DefinePlugin({