Skip to content

Commit 606576e

Browse files
authored
Add "main" to package.json
Without this I get errors running tests (with vitest) after adding jit-browser-tailwindcss to my project.
1 parent 41437e8 commit 606576e

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
@@ -6,6 +6,7 @@
66
"tests/*"
77
],
88
"module": "dist/module.esm.js",
9+
"main": "dist/module.esm.js",
910
"unpkg": "dist/cdn.min.js",
1011
"files": [
1112
"index.d.ts",

0 commit comments

Comments
 (0)