Skip to content

Commit

Permalink
Add source maps to simplify debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnaukal committed Jun 12, 2024
1 parent a78d915 commit d3b8f18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,5 @@ module.exports = {
"buffer": require.resolve("buffer/"),
}
},
devtool: "source-map",
};

0 comments on commit d3b8f18

Please sign in to comment.