mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: remove esm build for the ui package (#5517)
This commit is contained in:
committed by
GitHub
parent
5180daae87
commit
f0da532db7
@@ -6,7 +6,6 @@
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@@ -68,4 +67,4 @@
|
||||
"tsup": "^7.2.0",
|
||||
"typescript": "4.7.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user