Skip to content

Commit

Permalink
Merge branch '0x80-topic/fix-dev-source-maps' into 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Apr 27, 2017
2 parents d8cdf9b + 2188a85 commit b7840a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/lib/utils/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ module.exports = async (
function devtool() {
switch (stage) {
case `develop`:
return `eval`
return `cheap-module-source-map`
case `build-html`:
return false
case `build-javascript`:
Expand Down

0 comments on commit b7840a7

Please sign in to comment.