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 079055e commit eebb778Copy full SHA for eebb778
core/package.json
@@ -26,10 +26,13 @@
26
"types": "types/index.d.ts",
27
"unpkg": "dist/capacitor.cjs",
28
"exports": {
29
- "types": "types/index.d.ts",
30
- "import": "dist/index.js",
31
- "module-sync": "dist/index.js",
32
- "default": "dist/index.cjs"
+ ".": {
+ "types": "types/index.d.ts",
+ "import": "dist/index.js",
+ "module-sync": "dist/index.js",
33
+ "default": "dist/index.cjs"
34
+ },
35
+ "./cordova": "./cordova.cjs"
36
},
37
"scripts": {
38
"build": "npm run clean && npm run docgen && npm run transpile && npm run rollup",
0 commit comments