Skip to content

Commit

Permalink
feat: convert core project to esm and use vite for umd bundling brows…
Browse files Browse the repository at this point in the history
…er ready version
  • Loading branch information
junners committed Feb 1, 2025
1 parent e99765f commit 25f1653
Show file tree
Hide file tree
Showing 35 changed files with 2,455 additions and 577 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node_modules/
/out/
src/main/.DS_Store
**/.DS_Store
.yarn/**
**.gz

Expand Down
2 changes: 1 addition & 1 deletion .swcrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://swc.rs/schema.json",
"sourceMaps": false,
"module": {
"type": "commonjs",
"type": "es6",
"strictMode": true,
"noInterop": false,
"resolveFully": true
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>Hello Vite!</p>
Loading

0 comments on commit 25f1653

Please sign in to comment.