mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
3706edb81c
We attempt to preload scripts that we detect during Fizz rendering
however when `noModule={true}` we should not because it will force
modern browser to fetch scripts they will never execute
Hoisted script resources already don't preload because we just emit the
resource immediately. This change currently on affects the preloads for
scripts that aren't hoistable