Skip to content

Commit edf205a

Browse files
Add dist to react-native webpack section.
1 parent f4f5c5b commit edf205a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"./tests/utils.cjs": "./tests/utils-browser.cjs"
1919
},
2020
"react-native": {
21-
"./lib/agentCompatibility.js": "./lib/agentCompatibility-browser.js"
21+
"./lib/agentCompatibility.js": "./lib/agentCompatibility-browser.js",
22+
"./dist/agentCompatibility.js": "./dist/agentCompatibility-browser.js"
2223
},
2324
"scripts": {
2425
"rollup": "rollup -c rollup.config.js && ./build-dist.sh",

0 commit comments

Comments
 (0)