I’ve noticed that when i look at compiled HTMLbars code it has things like this.
e.createTextNode("\n ")
Is there a reason this isn’t optimized away? Is it possible to remove these?
I’ve noticed that when i look at compiled HTMLbars code it has things like this.
e.createTextNode("\n ")
Is there a reason this isn’t optimized away? Is it possible to remove these?
Try ember-cli-htmlbars-minifier, it works for me.