Skip to content

Commit

Permalink
Fix: Revert source-map change to fix imported values (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Press authored Dec 6, 2017
1 parent 1f26be5 commit 66c71b1
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 @@ -94,7 +94,7 @@ function updateConfig(conf, language, index) {
}

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

if (isRelease) {
Expand Down

0 comments on commit 66c71b1

Please sign in to comment.