Top "Uglifyjs" questions

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

Gulp ngmin + uglify not working properly

I have the following gulp task: gulp.task('scripts', function() { return gulp.src(['app/js/app.js', 'app/config/config.…

angularjs uglifyjs gulp ngmin
difference between uglify and obfuscate? Is one more safe?

Recently I was asked to obfuscate my javascript in order to hide a client's api key. I'm using grunt. Will …

javascript gruntjs obfuscation uglifyjs deobfuscation
How to combine TypeScript code and JS libraries into one file with source maps?

I can successfully compile my TypeScript project into a single JS file with source maps using something like this: tsc …

javascript typescript uglifyjs source-maps
webpack 4 disable uglifyjs-webpack-plugin

I have had this problem for the last 2 days. So I decided to completely disable uglifyjs-webpack-plugin from webpack build process. …

webpack uglifyjs webpack-4 webpack-plugin
UglifyJS: concat and minify or viceversa?

I'm writing an app that uses many JS files. Underscore, Backbone, jQuery, jQuery plugins for sliders, several files for models, …

javascript deployment uglifyjs
How to disable Uglify in react build

I tried to use Y.js (Yjs) npm package and it works in npm start but not npm run build …

javascript reactjs webpack uglifyjs
What is the best solution to obfuscate Angular JS controller code

I want to Obfuscate + Minify my Angular JS code in order to not make it public and if someone tries …

gulp obfuscation minify uglifyjs source-code-protection
UglifyJS using NPM in Windows

I am on a Windows 7 box, and I recently installed the most recent version of Node from NodeJS.org I …

node.js npm uglifyjs
How to speed up the minification process of UglifyJS 2?

I am using UglifyJS 2 to concatenate and minify a bunch of JavaScript files (not too much, around 5 to 10). This process …

javascript node.js minify uglifyjs
How to change `sourceMappingURL` by using webpack

My production webpack configuration is: { output: { publicPath: "https://cdn.example.com/sub-directory/", filename: '[name]-[chunkhash].min.js' }, devtool: …

javascript webpack cdn source-maps uglifyjs