Skip to content

Commit e4287f7

Browse files
committed
fix devtool
1 parent b782af2 commit e4287f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ module.exports = {
5959
historyApiFallback: true,
6060
noInfo: true
6161
},
62-
devtool: '#eval-source-map'
62+
devtool: 'eval-source-map'
6363
}
6464

6565
if (process.env.NODE_ENV === 'production') {
66-
module.exports.devtool = '#source-map'
66+
module.exports.devtool = 'source-map'
6767
// http://vuejs.github.io/vue-loader/workflow/production.html
6868
module.exports.plugins = (module.exports.plugins || []).concat([
6969
new webpack.DefinePlugin({

0 commit comments

Comments
 (0)