This repository has been archived by the owner on Jun 3, 2018. It is now read-only.
This repository has been archived by the owner on Jun 3, 2018. It is now read-only.
Style import doesn't work if async import used #29
Open
Description
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
Software | Version(s) |
---|---|
parcel-plugin-vue | BoltDoggy/parcel-plugin-vue#develop |
Parcel | 1.6.2 |
Vue | 2.5.13 |
Node | 9.3.0 |
Metadata
Assignees
Labels
No labels
Activity