Top "Uglifyjs" questions

Uglifyjs is a general-purpose JavaScript parser/compressor/beautifier toolkit.

Grunt Uglify - How to create a source map for debugging?

I'm using grunt in a project and created tasks to minify and concat many .js files. I'm now trying to …

javascript node.js gruntjs uglifyjs source-maps
Does grunt-contrib-uglify not parse "let" keywords?

I am getting an error, 'Unexpected token: name (bazz)' when my grunt task is running uglify. The only thing …

javascript uglifyjs grunt-contrib-uglify
Gulp uglify breaking angular application

When trying to use gulp-ugily with my angular application, it is breaking, even though I am running it through gulp-ngmin. …

javascript angularjs gulp uglifyjs
Does it make sense to do both minify and uglify?

Given that uglification involves some minification in the process, does it still make sense to do both minify and uglify? …

javascript obfuscation minify uglifyjs
Typescript: get class name in its own property at compile time

For example if we have a class like this: class MyClass { className: string; } Is it possible to get 'MyClass' assigned …

typescript angular-cli uglifyjs
Uglify directory

Rather than adding code and files to the uglify script individually, is there any way to tell uglify to grab …

javascript node.js uglifyjs
ERROR in bundle.js from UglifyJs Name expected

I am trying to use UglifyJS to minimize/compress my bundle.js file. When I run webpack -p, I am …

javascript reactjs webpack ecmascript-6 uglifyjs
How to enable minified JavaScript files in Play 2.3.1 templates?

I was able to load the sbt-uglify 1.0.3 plugin in my Play Framework 2.3.1 app. Loading of the non-minified javascripts is pretty …

javascript playframework sbt minify uglifyjs
ngAnnotate - Warning: StringMap expected string key

I get this warning when using Grunt and grunt-ng-annotate. There is no reference in the warning to where the error …

javascript ecmascript-6 gruntjs uglifyjs ng-annotate