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

Hot-module-replacement support #7

Closed
matuscongrady opened this issue Jul 28, 2017 · 6 comments
Closed

Hot-module-replacement support #7

matuscongrady opened this issue Jul 28, 2017 · 6 comments
Labels
Type: Feature Includes new features

Comments

@matuscongrady
Copy link

Hello,

Is it possible to properly HMR <i18n> tags?
It doesn't work for me.

HMR does work properly for my .vue files (it correctly picks up changes from templates/scripts..).
It does see changes coming from <i18n> tags and I do see HMR output in console. Problem is, it doesn't pick up the changes.

I'm using webpack.HotModuleReplacementPlugin, and webpackDevServer with { hot: true } option

Is it just not implemented, or do I have to do some additional setup to make it work?

Thanks!

PS. Thanks for the good work with this loader and vue-i18n. I really like it!

@kazupon kazupon added the Type: Feature Includes new features label Jul 28, 2017
@kazupon
Copy link
Member

kazupon commented Jul 28, 2017

sorry, vue-i18n-loader cannot support HMR yet.
I'll plan to supporting it. 😉

@suil
Copy link

suil commented Sep 28, 2017

any timeline about when it will be supported?

@Napzu
Copy link

Napzu commented Oct 5, 2017

Yeah I also like to know when HMR for would land?

@Twinpix
Copy link

Twinpix commented Oct 25, 2017

+1, it would be great feature

@kazupon kazupon closed this as completed in c04964c Mar 4, 2018
@mario-d-s
Copy link

mario-d-s commented Jul 6, 2018

Hey, I'm using this loader for i18n tag support and HMR doesn't work for me... I'm on the latest release (0.3.0).

Note: I'm using https://github.com/panter/vue-i18next instead of https://github.com/kazupon/vue-i18n but I don't think that could make a difference (neither project knows or cares about i18n tags in .vue components)

/cc @claudiocro

@tmcdos
Copy link

tmcdos commented Sep 29, 2021

It's 2021 and this loader still does not support HMR - 5 years ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Includes new features
Projects
None yet
Development

No branches or pull requests

7 participants