0
statuscast created
Using latest release ..
If I create a new entity and all the UI automatically with PowerTools, you can no longer run gulp build
It looks like some of the JS code generated by PowerTools uses ES but uglify doesn't like that.
I corrected by replacing uglify with uglify-es in the gulpfile, however I think this is probably something AZ should fix as your own code breaks it.
Hope this helps!
1 Answer(s)
-
0
Hi @statuscast
Latest version of AspNet Zero already uses uglify-es. Thank you for informing us.