You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my dist directory, i found all my .js and .ts files minified in the folder dist and his subfolders.
I want only 1 output file.
With uglify, I just need to use the -o command line options but this option doesn't work with glob-unify and I can't find an other way with uglify options to do this.
Any one has a solution ?
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
With this config file called .uglify.json :
When I launch this command :
In my dist directory, i found all my .js and .ts files minified in the folder dist and his subfolders.
I want only 1 output file.
With uglify, I just need to use the -o command line options but this option doesn't work with glob-unify and I can't find an other way with uglify options to do this.
Any one has a solution ?
Thank you
The text was updated successfully, but these errors were encountered: