Skip to content

Commit

Permalink
chore(es5): minify es5 code
Browse files Browse the repository at this point in the history
  • Loading branch information
faris-imi committed Feb 5, 2024
1 parent dc0aaf1 commit 9babf50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/esbuild.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ if (WATCH) {
},
outfile: resolve(DIST, 'index.es5.js'),
treeShaking: true,
minify: false,
target: [
'es5',
]
Expand Down

0 comments on commit 9babf50

Please sign in to comment.