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:
sriram veeraghanta 2025-09-03 18:11:31 +05:30 committed by GitHub
parent 473535fcfa
commit 54e4a0f6dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 28 additions and 24 deletions

View file

@ -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",