Clean up spaces on compiled htmlbars?

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?

1 Like

Try ember-cli-htmlbars-minifier, it works for me.