From 6efa780f2c6e401e1d82a80a2aeceeac962f1c4e Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Fri, 26 Aug 2022 15:05:51 +0200 Subject: [PATCH] fix(build): remove problematic browser export Fix #1593 The browser entry was being picked up automatically by Vite, considerably incresing the added size of pinia --- packages/pinia/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/pinia/package.json b/packages/pinia/package.json index fe30a0ae..b69865d4 100644 --- a/packages/pinia/package.json +++ b/packages/pinia/package.json @@ -9,7 +9,6 @@ "types": "dist/pinia.d.ts", "exports": { ".": { - "browser": "./dist/pinia.esm-browser.js", "node": { "import": { "production": "./dist/pinia.prod.cjs", -- 2.47.3