Skip to content

Commit

Permalink
fix(core): apply dynamic imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aerovulpe committed Oct 18, 2024
1 parent 6622a88 commit 7d8ab8c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
1 change: 0 additions & 1 deletion libraries/core/moon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ tasks:
build:
outputs:
- 'esm'
- 'lib'
12 changes: 4 additions & 8 deletions libraries/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
},
"packemon": {
"format": [
"esm",
"umd"
"esm"
],
"platform": "browser"
},
Expand All @@ -26,13 +25,11 @@
},
"files": [
"esm/**/*",
"lib/**/*",
"src/**/*",
"umd/**/*"
"src/**/*"
],
"main": "./esm/index.js",
"module": "./esm/index.js",
"types": "./lib/index.d.ts",
"types": "./esm/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
Expand All @@ -56,6 +53,5 @@
"@types/node": "^22.7.5",
"@types/sockjs-client": "^1.5.4",
"@types/uuid": "^10.0.0"
},
"browser": "./umd/index.js"
}
}
File renamed without changes.
11 changes: 0 additions & 11 deletions libraries/core/tsconfig.umd.json

This file was deleted.

0 comments on commit 7d8ab8c

Please sign in to comment.