Skip to content

Commit

Permalink
revert devtool debugging change
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed May 10, 2021
1 parent 4a78743 commit fd1b5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/src/utils/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ module.exports = async (
function getDevtool() {
switch (stage) {
case `develop`:
return `cheap-module-source-map`
return `eval-cheap-module-source-map`
// use a normal `source-map` for the html phases since
// it gives better line and column numbers
case `develop-html`:
Expand Down

0 comments on commit fd1b5b7

Please sign in to comment.