Skip to content

Commit

Permalink
dev - enable source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
chmln committed Feb 26, 2018
1 parent 0abfabb commit 97c3f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/webpack.dev.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = merge(baseWebpackConfig, {
rules: utils.styleLoaders({ sourceMap: config.dev.cssSourceMap })
},
// cheap-module-eval-source-map is faster for development
devtool: '#source-map',
devtool: 'source-map',
plugins: [
new webpack.DefinePlugin({
'process.env': config.dev.env
Expand Down

0 comments on commit 97c3f14

Please sign in to comment.