esbuild-plugin-clean
Version:
ESBuild plugin for cleaning up assets before building.
12 lines (7 loc) • 479 B
Markdown
# CHANGELOG
## Released 1.0.1
- BugFix: Update build configuration for better CJS & ESM compat support.
## Released 1.0.0
- FEATURE: Option `dryRun` now will enable option `verbose` by default.
- FEATURE: Add `cleanOnStartPatterns` and `cleanOnEndPatterns` options to control clean operation better.
- CHORE: Both CJS and ESM output will be published now, as with `exports` field in packages.json, you will be using the ESM version by `import`, and CJS version by `require`.