You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2019. It is now read-only.
When I load page 1 with chunks: main.js main.css1.js 1.css and I change something part of chunk 1.css, the main.css gets reloaded.
When I load page 1 then navigate (with react-router-dom) to page 2 wich adds 2.js 2.css to the head, and I change something in 2.css, 2.css is hot reloading fine.
I'm using react-loadable to split chunks automatically but this probably unrelated.
When I load page 1 with chunks:
main.js main.css
1.js 1.css
and I change something part of chunk1.css
, themain.css
gets reloaded.When I load page 1 then navigate (with react-router-dom) to page 2 wich adds
2.js 2.css
to the head, and I change something in2.css
,2.css
is hot reloading fine.I'm using react-loadable to split chunks automatically but this probably unrelated.
The text was updated successfully, but these errors were encountered: