We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b782af2 commit e4287f7Copy full SHA for e4287f7
webpack.config.js
@@ -59,11 +59,11 @@ module.exports = {
59
historyApiFallback: true,
60
noInfo: true
61
},
62
- devtool: '#eval-source-map'
+ devtool: 'eval-source-map'
63
}
64
65
if (process.env.NODE_ENV === 'production') {
66
- module.exports.devtool = '#source-map'
+ module.exports.devtool = 'source-map'
67
// http://vuejs.github.io/vue-loader/workflow/production.html
68
module.exports.plugins = (module.exports.plugins || []).concat([
69
new webpack.DefinePlugin({
0 commit comments