Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Pass compilation meta data to the client-side runtime #125

Open
markfinger opened this issue Jul 4, 2016 · 0 comments
Open

Pass compilation meta data to the client-side runtime #125

markfinger opened this issue Jul 4, 2016 · 0 comments

Comments

@markfinger
Copy link
Owner

markfinger commented Jul 4, 2016

It'd be useful to have more contextual information available when rigging up the runtime.

The immediate use-case I can see is denoting that interface modules are stateless. Eg: when importing a CSS file, image, etc, the dev runtime should know ahead of time that it can replace them when appropriate. This would enable us to stop injecting module.hot.accept() and remove the tight-coupling to babel's ES -> CommonJS flags.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant