Releases: egoist/rollup-plugin-esbuild
Releases · egoist/rollup-plugin-esbuild
v4.9.3
4.9.3 (2022-08-15)
Bug Fixes
- filenames like component.utils.ts are not resolved properly, fixes #346 (fde5950)
v4.9.2
4.9.2 (2022-08-14)
Bug Fixes
- support mapping .js/.jsx extensions to .ts/.tsx (#345) (14c0b99)
v4.9.1
4.9.1 (2022-04-06)
Bug Fixes
v4.9.0
4.9.0 (2022-04-06)
Features
v4.8.2
4.8.2 (2021-12-29)
Bug Fixes
v4.8.1
4.8.1 (2021-12-26)
Bug Fixes
- optimizeDeps: handling resolver errors (822d71c)
Features
- experimental: add
optimizeDeps.exclude
option (0a0efe2)
v4.8.0
4.8.0 (2021-12-26)
Features
- experimental: add
optimizeDeps
option (671ffc3)
- Support target option when using the minify plugin standalone (#322) (2e9fb36)
- Automatically infer
sourceMap
option from Rollup's output.sourcemap
option
v4.7.2
4.7.2 (2021-11-19)
Bug Fixes
v4.7.1
4.7.1 (2021-11-18)
Bug Fixes
- minify: don't set esbuild format for IIFE bundle, closes #320 (06fb7d1)
v4.7.0
4.7.0 (2021-11-18)
Features
- export minify function as a standalone plugin (#319) (11138c8)