Releases: ice-lab/build-scripts
Releases · ice-lab/build-scripts
v1.3.0
Feature
Feat: bump esbuild version to ^0.14.14
v1.2.0
Features
- feat: auto load with ts|js config #68
Bug Fix
- fix: exit process when config is not found 指定 config #58
- chore: upgrade version of esbuild #73
- chore: optimize verbose message #75
v1.1.2
Bug Fix
- fix: missing type of hasRegistration
- fix: missing dependency of inquirer
v1.1.1
- [fix] compatible with different version of webpack-dev-server
v1.1.0
- [refactor] support custom command by extend Context
- [feat] support config written with typescript and es module
- [feat] enhance API modifyUserConfig while modify userConfig by config path modifyUserConfig('output.path', 'dir')
- [feat] support deep merge of modifyUserConfig by options
- [feat] enhance registerMethod API, make it possible to get plugin name when applyMethod
- [feat] add originalUserConfig to plugin API
- [feat] support hasRegistration api
- [fix] move webpack-dev-server to peerDependencies and migrate webpack-dev-server to 4.0.0
v1.0.0
- [feat] remove dependency of webpack and jest #30
- [feat] enhance config validation #31
- [feat] support ignore task of plugin registration #32
v0.1.31
- [feat] keep same reference of userConfig after modifyUserConfig
- [feat] hijack webpack resolve path
- [fix] preserve previous build directory
v0.1.29
feat: pass parameters to run hook (#7)
* feat: pass parameters to run hook
* chore: version
Co-authored-by: ClarkXia <xiawenwu41@gmail.com>