We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177206c commit 3a73746Copy full SHA for 3a73746
1 file changed
website/src/latest/api/loaders/react-refresh-loader.md
@@ -18,7 +18,7 @@ module.exports = {
18
rules: [
19
{
20
test: /\.jsx?$/,
21
- include: [/node_modules\/react-native/]
+ include: [/node_modules\/react-native/],
22
use: {
23
loader: "@callstack/repack/react-refresh-loader",
24
},
0 commit comments