Skip to content

Commit

Permalink
fix: set devtool to false
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Jul 24, 2024
1 parent a9a4b72 commit 86cd3aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rspack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ module.exports = {
optimization: {
minimize: false,
},
devtool: false,
};

0 comments on commit 86cd3aa

Please sign in to comment.