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 93e6126 commit 17165a8Copy full SHA for 17165a8
packages/auth/package.json
@@ -17,11 +17,13 @@
17
"require": "./dist/node/index.js"
18
},
19
"react-native": "./dist/rn/index.js",
20
- "cordova": "./dist/cordova/index.esm5.js",
+ "cordova": "./dist/cordova/index.js",
21
"webworker": "./dist/index.webworker.esm5.js",
22
"esm5": "./dist/esm5/index.js",
23
"default": "./dist/esm2017/index.js"
24
25
+ "./cordova": "./dist/cordova/index.js",
26
+ "./react-native": "./dist/rn/index.js",
27
"./internal": {
28
"node": {
29
"import": "./dist/node-esm/internal.js",
0 commit comments