Skip to content

Commit 9caf3fb

Browse files
committed
feat: declare bundle.css in package manifest
1 parent 74dd7d6 commit 9caf3fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"main": "dist/bundle.js",
2424
"module": "dist/bundle.js",
2525
"browser": "dist/bundle-browser.js",
26+
"style": "dist/bundle.css",
2627
"scripts": {
2728
"prebuild": "bun run helper/index.ts && shx rm -rf dist",
2829
"build": "rollup -c --environment NODE_ENV:production",

0 commit comments

Comments
 (0)