Skip to content

Commit 7798bc7

Browse files
Changed build target to ES2018
1 parent fa70238 commit 7798bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/keyed/voby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"frameworkVersionFromPackage": "voby"
77
},
88
"scripts": {
9-
"build-prod": "rm -rf dist && mkdir dist && esbuild --bundle --minify --target=es2015 ./src/main.tsx > ./dist/main.js"
9+
"build-prod": "rm -rf dist && mkdir dist && esbuild --bundle --minify --target=es2018 ./src/main.tsx > ./dist/main.js"
1010
},
1111
"author": "Fabio Spampinato",
1212
"license": "MIT",

0 commit comments

Comments
 (0)