Skip to content

Commit c829b3e

Browse files
committed
feat: wip
1 parent 7e6e0f0 commit c829b3e

File tree

14 files changed

+1435
-1007
lines changed

14 files changed

+1435
-1007
lines changed

configs/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = {
4343
{
4444
loader: 'esbuild-loader',
4545
options: {
46-
target: 'es2017',
46+
target: 'es2020',
4747
tsconfig: 'tsconfig.build.json',
4848
},
4949
},

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.7.0",
2+
"version": "independent",
33
"registry": "https://registry.npmjs.org/",
44
"publishConfig": {
55
"access": "public"

0 commit comments

Comments
 (0)