Skip to content

Commit

Permalink
Chore: Change webpack source maps to 'inline-cheap-source-map' (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Press committed Dec 1, 2017
1 parent 518f42b commit fc71416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function updateConfig(conf, language, index) {
}

// Add inline source map
config.devtool = 'inline-source-map';
config.devtool = 'inline-cheap-source-map';
}

if (isRelease) {
Expand Down

0 comments on commit fc71416

Please sign in to comment.