Skip to content

Commit

Permalink
target es2020
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Jan 29, 2024
1 parent 8b601ab commit a32efe1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions updates.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default {
minimize: isProduction,
minimizer: [
new EsbuildPlugin({
target: 'es2015',
target: 'es2020',
minify: true,
css: !LightningCssMinifyPlugin,
legalComments: 'none',
Expand Down

0 comments on commit a32efe1

Please sign in to comment.