Skip to content

Commit b4edb71

Browse files
committed
- remove build target
1 parent 87144e4 commit b4edb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esbuild/build.prod.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const builder = async () => {
1111
bundle: true,
1212
minify: true,
1313
sourcemap: false,
14-
target: ["chrome58", "firefox57", "safari11", "edge16"],
14+
// target: ["chrome58", "firefox57", "safari11", "edge16"],
1515
outfile: "./dist/bundle.min.js",
1616
plugins: [
1717
clean({

0 commit comments

Comments
 (0)