Skip to content

Commit

Permalink
disable eval-source-map in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
davetsay committed Jan 26, 2024
1 parent 9d6f169 commit 71e0530
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 @@ -26,6 +26,6 @@ import common from './webpack.common.js';
/** @type {import('webpack').Configuration} */
const prodConfig = {
mode: 'production',
devtool: 'eval-source-map'
devtool: 'source-map'
}
export default merge(common, prodConfig);

0 comments on commit 71e0530

Please sign in to comment.