Releases: privatenumber/esbuild-loader
Releases · privatenumber/esbuild-loader
v4.4.0
05 Oct 09:47
Compare
Sorry, something went wrong.
No results found
4.4.0 (2025-10-05)
Bug Fixes
defer to default get-tsconfig cache to pass type-check (aa4b79d )
remove incorrect tsconfig include pattern warning (#1 ) (c5cd779 )
Features
v4.3.0
11 Feb 12:59
Compare
Sorry, something went wrong.
No results found
4.3.0 (2025-02-11)
Features
v4.2.2
16 Jul 11:08
Compare
Sorry, something went wrong.
No results found
4.2.2 (2024-07-16)
Bug Fixes
tsconfig.json edge-cases in dependencies (#377 ) (e252654 )
v4.2.1
15 Jul 02:50
Compare
Sorry, something went wrong.
No results found
4.2.1 (2024-07-15)
Bug Fixes
explicitly import webpack as type (3dd1107 )
v4.2.0
17 Jun 21:33
Compare
Sorry, something went wrong.
No results found
4.2.0 (2024-06-17)
Features
v4.1.0
08 Mar 04:59
Compare
Sorry, something went wrong.
No results found
4.1.0 (2024-03-08)
Features
v4.0.3
23 Jan 03:37
Compare
Sorry, something went wrong.
No results found
4.0.3 (2024-01-23)
Bug Fixes
Reverts
v4.0.2
29 Aug 07:27
Compare
Sorry, something went wrong.
No results found
4.0.2 (2023-08-29)
Bug Fixes
plugin: mark assets as minimized only when minified (#338 ) (a5fddd0 )
v4.0.1
19 Aug 13:56
Compare
Sorry, something went wrong.
No results found
4.0.1 (2023-08-19)
Bug Fixes
prevent webpack-merge from cloning (7d6e482 )
Performance Improvements
upgrade get-tsconfig with caching (544f4bd )
v4.0.0
09 Aug 06:34
Compare
Sorry, something went wrong.
No results found
4.0.0 (2023-08-09)
Bug Fixes
plugin: only minimize when used as minimizer (#333 ) (507c947 )
tsconfig: support multiple tsconfigs to be specified (#327 ) (9dbbae6 )
BREAKING CHANGES
tsconfig: tsconfig passed in by path is now applied regardless of whether it matches
plugin: No longer minifies when used in "plugin". Use in "minimizer" to enable minification by default.