Skip to content
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
@mikkiek

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions