Skip to content

Commit

Permalink
fix(build): remove problematic browser export
Browse files Browse the repository at this point in the history
Fix #1593

The browser entry was being picked up automatically by Vite, considerably incresing the added size of pinia
  • Loading branch information
posva committed Aug 26, 2022
1 parent 3788e90 commit 6efa780
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/pinia/package.json
Expand Up @@ -9,7 +9,6 @@
"types": "dist/pinia.d.ts",
"exports": {
".": {
"browser": "./dist/pinia.esm-browser.js",
"node": {
"import": {
"production": "./dist/pinia.prod.cjs",
Expand Down

0 comments on commit 6efa780

Please sign in to comment.