Releases: privatenumber/esbuild-loader
Releases · privatenumber/esbuild-loader
v2.15.0
2.15.0 (2021-08-11)
Features
- upgrade esbuild to 0.12.19 and add CSS source map support (#193) (029f17f)
v2.13.1
2.13.1 (2021-05-17)
Bug Fixes
- prevent minimized assets from being transformed twice (#173) (6bae9a7)
v2.12.0
2.12.0 (2021-04-16)
Features
- loader: accept a custom esbuild implementation (#153) (7d72cb9)
v2.10.0
2.10.0 (2021-03-15)
Features
- upgrade esbuild to 0.9.2 (#125) (1ace5de)
ESBuildPlugin
is now deprecated and can be removed. This is because esbuild v0.9.0 removed esbuild process management methods (eg. startService()
), which ESBuildPlugin
was used for.
v2.9.2
2.9.2 (2021-02-16)
Bug Fixes
- infer ts/tsx from extension in tsx mode (#111) (d590d49)
v2.9.1
2.9.1 (2021-02-07)
Bug Fixes
- loader: json parse source map string (a594823), closes #99