Skip to content

Commit

Permalink
Add dist to react-native webpack section.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Aug 5, 2024
1 parent f4f5c5b commit edf205a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"./tests/utils.cjs": "./tests/utils-browser.cjs"
},
"react-native": {
"./lib/agentCompatibility.js": "./lib/agentCompatibility-browser.js"
"./lib/agentCompatibility.js": "./lib/agentCompatibility-browser.js",
"./dist/agentCompatibility.js": "./dist/agentCompatibility-browser.js"
},
"scripts": {
"rollup": "rollup -c rollup.config.js && ./build-dist.sh",
Expand Down

0 comments on commit edf205a

Please sign in to comment.