Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 84a6b48

Browse files
committed
fix: revert to .js temporarily (pending vite fix)
1 parent b60d59b commit 84a6b48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"email": "[email protected]",
1818
"url": "https://roe.dev"
1919
},
20+
"sideEffects": true,
2021
"exports": {
2122
".": {
2223
"import": "./dist/index.mjs",
@@ -26,7 +27,7 @@
2627
"./package.json": "./package.json",
2728
"./dist/babel-plugin": "./dist/babel-plugin.js",
2829
"./dist/runtime/globals": "./dist/runtime/globals.js",
29-
"./dist/runtime/register": "./dist/runtime/register.mjs",
30+
"./dist/runtime/register": "./dist/runtime/register.js",
3031
"./dist/runtime/templates/*": "./dist/runtime/templates/*"
3132
},
3233
"main": "./dist/index.js",

0 commit comments

Comments
 (0)