Skip to content

Commit

Permalink
Add eval-source-map for chrome debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bernesto committed Feb 25, 2024
1 parent 20baf20 commit f446f45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = ({ config, pkg, webpack }) => {
...config.optimization,
minimize: !BUILD_MODULE,
},
devtool: 'eval-source-map',
devServer: {
...config.devServer,
static: [rootDir],
Expand Down

0 comments on commit f446f45

Please sign in to comment.