Skip to content

Commit

Permalink
fix: remove browser export
Browse files Browse the repository at this point in the history
Avoids vitest including different versions of vue-router depending on what imported it
  • Loading branch information
posva committed Jul 5, 2022
1 parent e3078a4 commit 64b1ccf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/router/package.json
Expand Up @@ -8,7 +8,6 @@
"types": "dist/vue-router.d.ts",
"exports": {
".": {
"browser": "./dist/vue-router.esm-browser.js",
"node": {
"import": {
"production": "./dist/vue-router.prod.cjs",
Expand Down

0 comments on commit 64b1ccf

Please sign in to comment.