Skip to content

Commit ba3e2d2

Browse files
committed
chore: remove CommonJS entry point from package.json
1 parent d44f7da commit ba3e2d2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
{
22
"name": "vite-react",
33
"version": "4.0.0",
4-
"main": "dist/index.cjs",
54
"module": "dist/index.js",
65
"types": "dist/index.d.ts",
76
"sideEffects": false,
87
"type": "module",
98
"exports": {
109
".": {
1110
"types": "./dist/index.d.ts",
12-
"import": "./dist/index.js",
13-
"require": "./dist/index.cjs"
11+
"import": "./dist/index.js"
1412
},
1513
"./package.json": "./package.json"
1614
},

0 commit comments

Comments
 (0)