Skip to content

Commit cc54281

Browse files
authored
docs: update externalisation troubleshooting issue
1 parent ef38334 commit cc54281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/TROUBLESHOOTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ To make fast refresh work properly, make sure your Webpack configuration comply
264264
Fast refresh relies on initialising code before **ANY** React code is ran.
265265
If you externalise React, however, it is likely that this plugin cannot inject the necessary runtime code before it.
266266

267-
You can deal with this in a few ways (also see pmmmwh/react-refresh-webpack-plugin#334 for relevant discussion).
267+
You can deal with this in a few ways (also see [#334](https://github.com/pmmmwh/react-refresh-webpack-plugin/issues/334) for relevant discussion).
268268

269269
**Production-only externalisation**
270270

0 commit comments

Comments
 (0)