Closed
Description
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!