fix: build error due to exports in propel package (#7715)
* fix: build error due to exports in propel package * fix: editor css exports * fix: editor css build --------- Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
This commit is contained in:
parent
473535fcfa
commit
54e4a0f6dd
7 changed files with 28 additions and 24 deletions
|
|
@ -19,7 +19,8 @@
|
|||
"require": "./dist/lib.js",
|
||||
"types": "./dist/lib.d.mts",
|
||||
"import": "./dist/lib.mjs"
|
||||
}
|
||||
},
|
||||
"./styles": "./dist/styles/index.css"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsdown",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue