FranckFreiburger / http-vue-loader

load .vue files from your html/js
MIT License
1.48k stars 273 forks source link

langProcessor for template? #96

Closed nbst84 closed 3 years ago

nbst84 commented 4 years ago

Is there a way to convert es6 goodies in templates to es5?

I'm doing it for the script sections (going through babel) and that works fine, but what about templates? Are we stuck with es5 in templates if we need IE11 compatibility?