We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7730e25 commit 76ac9dbCopy full SHA for 76ac9db
lib/lib-storage/package.json
@@ -53,12 +53,12 @@
53
}
54
},
55
"browser": {
56
- "./runtimeConfig": "./src/runtimeConfig.browser",
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser",
57
"fs": false,
58
"stream": "stream-browserify"
59
60
"react-native": {
61
- "./runtimeConfig": "./src/runtimeConfig.native"
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
62
63
"files": [
64
"dist-*"
0 commit comments