Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
janniks committed Oct 2, 2023
1 parent 7e6e0f0 commit c829b3e
Show file tree
Hide file tree
Showing 14 changed files with 1,435 additions and 1,007 deletions.
2 changes: 1 addition & 1 deletion configs/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = {
{
loader: 'esbuild-loader',
options: {
target: 'es2017',
target: 'es2020',
tsconfig: 'tsconfig.build.json',
},
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.7.0",
"version": "independent",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit c829b3e

Please sign in to comment.