Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release #136

Merged
merged 10 commits into from
Mar 27, 2021
Prev Previous commit
Next Next commit
docs: remove unnecessary minimize configuration
  • Loading branch information
privatenumber committed Mar 17, 2021
commit 89e475e001a30f774ab2efcf0197d453f9833a71
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ In `webpack.config.js`:
...,

+ optimization: {
+ minimize: true,
+ minimizer: [
+ new ESBuildMinifyPlugin({
+ target: 'es2015' // Syntax to compile to (see options below for possible values)
Expand Down