Skip to content

Commit

Permalink
fix: try another method to generate sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
Atala committed Dec 13, 2017
1 parent 3d5d464 commit 88592b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var webpackConfig = {
'js/restaurants-map': './js/app/restaurants-map/index.jsx',
'js/tracking': './js/app/tracking/index.jsx',
},
devtool: 'source-map',
devtool: 'eval-source-map',
output: {
publicPath: "/",
path: __dirname + '/web',
Expand Down

0 comments on commit 88592b2

Please sign in to comment.