importing html
srolel opened this issue · 1 comments
srolel commented
Here:
https://github.com/capaj/systemjs-hot-reloader/blob/master/hot-reloader.js#L158
'!text'
is appended to a hot reloaded html import before normalizing. Why is this required? I use meta
and loader
configuration to load html files with plugin-text
and the load is just path/to/view.html
, without the plugin.