Closed misantronic closed 6 years ago
In my project I use ejs-template which are compiled with _.template which makes use of the with-statement. This is not allowed in strict-mode so obviously babel-minify fails. Is there a way to tell babel to ignore this?
_.template
with
@misantronic Thanks for issue, but not related to this repo. Please create this issue here https://github.com/babel/minify/tree/master/packages/babel-preset-minify
In my project I use ejs-template which are compiled with
_.template
which makes use of thewith
-statement. This is not allowed in strict-mode so obviously babel-minify fails. Is there a way to tell babel to ignore this?