uglifyjs-folder
uglifyjs-folder copied to clipboard
Command to run uglifyjs / terser on a folder and minify the result in a single file or a new folder.
Hi, I'd like to uglify my js scripts with uglifyjs-folder: ``` npm run uglify > [email protected] uglify > uglifyjs-folder assets/js --output all.min.js --pattern "**/*.js,!**/*min.js" --config-file "uglify.json" ``` but I get...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
I am using uglifyjs-folder in my npm scripts, when using the pattern option I get this error: ``` TypeError: Cannot read properties of null (reading 'resolve_defines') at Compressor.compress (/Volumes/Hobo/Blueshoon/recruitwell/dev/recruitwell-theme/node_modules/uglifyjs-folder/node_modules/terser/dist/bundle.min.js:18408:29) at...
i want to add only custom comments for my project information as bootstrap, like description, license etc