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 fa70238 commit 7798bc7Copy full SHA for 7798bc7
frameworks/keyed/voby/package.json
@@ -6,7 +6,7 @@
6
"frameworkVersionFromPackage": "voby"
7
},
8
"scripts": {
9
- "build-prod": "rm -rf dist && mkdir dist && esbuild --bundle --minify --target=es2015 ./src/main.tsx > ./dist/main.js"
+ "build-prod": "rm -rf dist && mkdir dist && esbuild --bundle --minify --target=es2018 ./src/main.tsx > ./dist/main.js"
10
11
"author": "Fabio Spampinato",
12
"license": "MIT",
0 commit comments