Skip to content

Commit f4a505a

Browse files
elevatebartlmiller1990
authored andcommitted
fix: remove the browser entry from package.json
When this entry is in, webpack never picks up on the module one, which makes it go the wrong way. Since VTU is meant to be used in Jest/Webpack/Rollup/Vite we shuold avoid breaking those. I matched the exports of vue and vite here.
1 parent 45c5b40 commit f4a505a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "2.0.0-rc.0",
44
"license": "MIT",
55
"main": "dist/vue-test-utils.cjs.js",
6-
"browser": "dist/vue-test-utils.browser.js",
76
"unpkg": "dist/vue-test-utils.browser.js",
87
"types": "dist/index.d.ts",
98
"module": "dist/vue-test-utils.esm-bundler.js",

0 commit comments

Comments
 (0)