Skip to content

Commit

Permalink
fix: speed up initial client bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 5, 2024
1 parent 89edbcc commit f989b56
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client-src/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ const baseForModules = {
path: path.resolve(__dirname, "../client/modules"),
...library,
},
optimization: {
minimize: false,
},
target: ["web", "es5"],
module: {
rules: [
Expand Down

0 comments on commit f989b56

Please sign in to comment.