Skip to content

Commit

Permalink
Use no target for react-native build
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed Apr 22, 2024
1 parent 16d3bbf commit cffa6b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ function getBasicConfig() {
fs: false,
http: false,
https: false,
module: false,
net: false,
path: false,
stream: false,
Expand Down Expand Up @@ -120,6 +121,6 @@ module.exports = [
]
},

target: "node"
target: false
})
];

0 comments on commit cffa6b2

Please sign in to comment.