Base solution for your next web application
Open Closed

Bundling error on Power Tools generated code #7660


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @statuscast

    Latest version of AspNet Zero already uses uglify-es. Thank you for informing us.