From e4287f7e1f1ce733d36d2ca3e13bd25e5753164c Mon Sep 17 00:00:00 2001 From: git Date: Mon, 13 Mar 2017 21:44:10 +0900 Subject: [PATCH] fix 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({