Skip to content

Commit 82c202d

Browse files
committed
fix(exports): map location of editor styles bundle
1 parent 575c48d commit 82c202d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/silly-turtles-doubt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@stackoverflow/stacks-editor": patch
3+
---
4+
5+
map location of editor styles bundle to exports

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"./plugins/official": {
2727
"import": "./dist/plugins/official/index.js",
2828
"types": "./dist/plugins/official/index.d.ts"
29-
}
29+
},
30+
"./dist/styles.css": "./dist/styles.css"
3031
},
3132
"files": [
3233
"dist/"

0 commit comments

Comments
 (0)