Skip to content

Commit

Permalink
placeholder to control optimization in webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeemYaseen committed Nov 25, 2024
1 parent 8ad58eb commit e393e34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,9 @@ module.exports = (env, argv) => {
path: path.resolve(__dirname, 'build'),
clean: true,
},
// optimization: {
// minimize: false,
// usedExports: false,
// },
};
};

0 comments on commit e393e34

Please sign in to comment.