Skip to content

Commit 7d8ab8c

Browse files
committed
fix(core): apply dynamic imports
1 parent 6622a88 commit 7d8ab8c

File tree

4 files changed

+4
-20
lines changed

4 files changed

+4
-20
lines changed

libraries/core/moon.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ tasks:
55
build:
66
outputs:
77
- 'esm'
8-
- 'lib'

libraries/core/package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
},
1717
"packemon": {
1818
"format": [
19-
"esm",
20-
"umd"
19+
"esm"
2120
],
2221
"platform": "browser"
2322
},
@@ -26,13 +25,11 @@
2625
},
2726
"files": [
2827
"esm/**/*",
29-
"lib/**/*",
30-
"src/**/*",
31-
"umd/**/*"
28+
"src/**/*"
3229
],
3330
"main": "./esm/index.js",
3431
"module": "./esm/index.js",
35-
"types": "./lib/index.d.ts",
32+
"types": "./esm/index.d.ts",
3633
"exports": {
3734
"./package.json": "./package.json",
3835
".": {
@@ -56,6 +53,5 @@
5653
"@types/node": "^22.7.5",
5754
"@types/sockjs-client": "^1.5.4",
5855
"@types/uuid": "^10.0.0"
59-
},
60-
"browser": "./umd/index.js"
56+
}
6157
}

libraries/core/tsconfig.umd.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)