v0.7.0
What's Changed
- fix(core): Fix glob patterns not being relative to entry location by @Zyie in #34
- feat(compress): Adds compress plugin by @Zyie in #36
- You can now define one plugin for all compressions, instead of having to add individual ones
Old plugins do still exist for backwards compatibility
const config = { plugins: { + compress: compress({ + webp: false, + avif: false, + }), - compressPng: compressPng(), - compressJpg: compressJpg() }, }
- You can now define one plugin for all compressions, instead of having to add individual ones
- feat(core): Adds ability to set multiple values to a tag by @Zyie in #35
- fix: add ffmpeg installer for fluentmpeg by @miltoncandelero
Full Changelog: v0.6.2...v0.7.0