Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split hot loading from vue-loader? #32

Closed
remoe opened this issue Oct 21, 2015 · 3 comments
Closed

Split hot loading from vue-loader? #32

remoe opened this issue Oct 21, 2015 · 3 comments

Comments

@remoe
Copy link

remoe commented Oct 21, 2015

Why not split the hot-loader from this project? It should be possible to use a Vue hot-loader without a vue-loader.

@yyx990803
Copy link
Member

Because it uses a webpack specific API. There's browserify-hmr but I haven't tested with it yet. If it works reasonably well I will split it out so it can be used in vueify too.

@remoe
Copy link
Author

remoe commented Oct 21, 2015

Yes, I know, but I don't need the whole vue-loader functionality. Only Vue with WebPack and Hot-loader.

@yyx990803
Copy link
Member

@remoe that's unlikely to happen, because then there's no way to know which module is a Vue component.

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

No branches or pull requests

2 participants