pugify compiles to es6 format instead of es5
Closed this issue · 0 comments
lightbringer1991 commented
So I started using pugify to tranform pug files. I ran into problems when running my app on IE11, due to the fact that it doesn't support string template feature in ES6.
My question is: is there a way to use pugify
along with babelify
to have the end-result as es5 output?
More details here