Releases: privatenumber/esbuild-loader
Releases · privatenumber/esbuild-loader
v2.3.0
2.3.0 (2020-09-23)
Features
v2.2.1
2.2.1 (2020-09-23)
Bug Fixes
- minify-plugin: remove invalid option devtool from being passed in (fa41e6f)
v2.2.0
2.2.0 (2020-08-23)
Bug Fixes
- ci-test: use node version variable (3517c7e)
Features
v2.1.1
2.1.1 (2020-08-18)
Bug Fixes
v2.1.0
2.1.0 (2020-08-16)
Features
- upgraded esbuild and added webpack as a peer dependency (c6235ea)
v2.0.1
2.0.1 (2020-08-05)
Bug Fixes
- Fix the problem that esbuild service cannot be detected due to childcompiler in webpack (#17) (501f2ba), closes #16
v2.0.0
2.0.0 (2020-08-02)
Features
BREAKING CHANGES
-
Source-map uses this.sourceMap instead of options
-
loader option is now passed in
-
refactor: splitup code into files
-
style: new line
-
test: improved utils
-
test: removed fixtures
-
feat: added minification
-
style: prettier autofix
-
fix: test context
-
docs: wip readme
-
fix: check for undefined instead of property
v1.3.1
1.3.1 (2020-07-03)
Bug Fixes
- bind esbuild service to compiler instance (8c83022)
v1.3.0
1.3.0 (2020-07-01)
Features
- use tsx loader, add json support (e861e4a)
v1.2.0
1.2.0 (2020-06-30)
Features