We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87144e4 commit b4edb71Copy full SHA for b4edb71
esbuild/build.prod.mjs
@@ -11,7 +11,7 @@ const builder = async () => {
11
bundle: true,
12
minify: true,
13
sourcemap: false,
14
- target: ["chrome58", "firefox57", "safari11", "edge16"],
+ // target: ["chrome58", "firefox57", "safari11", "edge16"],
15
outfile: "./dist/bundle.min.js",
16
plugins: [
17
clean({
0 commit comments