Skip to content

Commit

Permalink
fix: remove inline source maps in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie authored and fbwoolf committed Jan 12, 2022
1 parent 4b7859a commit 46ddd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ config.optimization = {
: {}),
};

config.devtool = 'inline-source-map';
config.devtool = 'source-map';

module.exports = config;

0 comments on commit 46ddd28

Please sign in to comment.