Most voted "uglify-js" questions
2 questions
Sort by count of
-
4
votes0
answers44
viewsPart of my code doesn’t seem to pass through Babel before arriving at Uglify
I’m not managing to generate the production build of my application with Laravel Mix. When trying to generate the build npm tells me there was an error trying to run Uglifyjs: /js/app.js from…
-
0
votes2
answers79
viewsError trying to minify js files in Grunt
When I execute the command Grunt uglify this error appears. Loading "gruntfile.js" tasks...ERROR >> SyntaxError: Unexpected identifier Warning: Task "uglify" not found. Use --force to…