Skip to content

Commit 19005fe

Browse files
committed
chore: cssへのpathを明示的に指定
1 parent 658e597 commit 19005fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"./runtime": {
1414
"types": "./dist/runtime/index.d.ts",
1515
"import": "./dist/runtime/index.mjs"
16-
}
16+
},
17+
"./runtime/assets/css/reset.css": "./dist/runtime/assets/css/reset.css",
18+
"./runtime/assets/css/fonts/mplus-1p.css": "./dist/runtime/assets/css/fonts/mplus-1p.css"
1719
},
1820
"main": "./dist/module.mjs",
1921
"typesVersions": {

0 commit comments

Comments
 (0)