Skip to content

Commit

Permalink
update webpack config devtool
Browse files Browse the repository at this point in the history
- change 'eval-source-map' to 'eval'
  • Loading branch information
carloluis committed Feb 26, 2018
1 parent 023aecf commit 0f0e982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Expand Up @@ -66,7 +66,7 @@ module.exports = {
resolve: {
extensions: ['.js', '.jsx']
},
devtool: 'eval-source-map',
devtool: 'eval',
devServer: {
contentBase: PATHS.dist,
host: '0.0.0.0',
Expand Down

0 comments on commit 0f0e982

Please sign in to comment.