rollup-plugin-imagemin
rollup-plugin-imagemin copied to clipboard
Imagemin meets Rollup!
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1. Release notes Sourced from nth-check's releases. v2.0.1 Fixes: Replace regex with hand-rolled parser for nth-expressions (#9) 9894c1d Ensures parsing will always have linear time...
I am trying to retire all my gulp tasks and move over to Rollup. I current use gulp-image to compress a list of images in my source/images/ directories. They get...
I'm using a custom plugin to glob most of my source tree as input. Problem is, when specifying non-javascript file as entry point, rollup still generates a bundle for it...
Normally the 'publicPath' denotes the URL where assets are hosted if the URL is different from the main HTML page. I suggest that we either remove the `publicPath` from the...
When I process image files with the rollup copy plugin, images get not minified.
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
The line inside the `if` block already checks this and acts on the _falsy_ case, so it shouldn't be in the `if`.
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...