Skip to content

Commit

Permalink
revert: hide source map from devtools in productions
Browse files Browse the repository at this point in the history
  • Loading branch information
williazz committed Aug 16, 2024
1 parent f674f4f commit f99498c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const TerserPlugin = require('terser-webpack-plugin');

module.exports = merge(common, {
mode: 'production',
devtool: 'source-map',
devtool: 'hidden-source-map',
optimization: {
minimizer: [
new TerserPlugin({
Expand Down

0 comments on commit f99498c

Please sign in to comment.