Open mikkiek opened 6 years ago
I'm having an issue if i'm using async import and css import. Seems it's issue related to HMR
index.js
import './bug.css'; setTimeout(() => { import('./test') .then(module => console.log(module)) ; }, 1000);
Issue http://prntscr.com/imy88a http://prntscr.com/imy8fk
I've created PR #30 , hope it will help.
Thank you
I'm having an issue if i'm using async import and css import. Seems it's issue related to HMR
index.js
Issue http://prntscr.com/imy88a http://prntscr.com/imy8fk