alexisvincent/systemjs-hot-reloader

importing html

srolel opened this issue · 1 comments

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.

capaj commented

@mosho1 thanks for opening this issue. This was an early implementation which could handle reloading of html templates. Obsolete now, will remove the whole if statement.