fix: remove esm build for the ui package (#5517)
This commit is contained in:
parent
5180daae87
commit
f0da532db7
1 changed files with 1 additions and 2 deletions
|
|
@ -6,7 +6,6 @@
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"module": "./dist/index.mjs",
|
"module": "./dist/index.mjs",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"type": "module",
|
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"files": [
|
"files": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue