We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f307bf commit b309b57Copy full SHA for b309b57
packages/pinia/package.json
@@ -5,8 +5,8 @@
5
"type": "module",
6
"main": "index.cjs",
7
"module": "dist/pinia.mjs",
8
- "unpkg": "dist/pinia.iife.js",
9
- "jsdelivr": "dist/pinia.iife.js",
+ "unpkg": "dist/pinia.esm-browser.js",
+ "jsdelivr": "dist/pinia.esm-browser.js",
10
"types": "dist/pinia.d.ts",
11
"exports": {
12
".": {
0 commit comments