Skip to content

Commit 3a73746

Browse files
authored
docs: fix react refresh loader missing comma (#1174)
1 parent 177206c commit 3a73746

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/latest/api/loaders/react-refresh-loader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
rules: [
1919
{
2020
test: /\.jsx?$/,
21-
include: [/node_modules\/react-native/]
21+
include: [/node_modules\/react-native/],
2222
use: {
2323
loader: "@callstack/repack/react-refresh-loader",
2424
},

0 commit comments

Comments
 (0)