Skip to content

Releases: ice-lab/build-scripts

v1.3.0

10 Mar 08:11
2e578ce
Compare
Choose a tag to compare

Feature

Feat: bump esbuild version to ^0.14.14

v1.2.0

04 Nov 06:40
e804824
Compare
Choose a tag to compare

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

04 Nov 06:38
2ad4ac0
Compare
Choose a tag to compare

Bug Fix

  • fix: missing type of hasRegistration
  • fix: missing dependency of inquirer

v1.1.1

01 Sep 06:02
437d45a
Compare
Choose a tag to compare
  • [fix] compatible with different version of webpack-dev-server

v1.1.0

25 Aug 06:37
bcaf487
Compare
Choose a tag to compare
  • [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

25 Aug 09:33
a4415d3
Compare
Choose a tag to compare
  • [feat] remove dependency of webpack and jest #30
  • [feat] enhance config validation #31
  • [feat] support ignore task of plugin registration #32

v0.1.31

25 Aug 09:32
7901f95
Compare
Choose a tag to compare
  • [feat] keep same reference of userConfig after modifyUserConfig
  • [feat] hijack webpack resolve path
  • [fix] preserve previous build directory

v0.1.29

20 Oct 05:51
30f5ef7
Compare
Choose a tag to compare
feat: pass parameters to run hook (#7)

* feat: pass parameters to run hook

* chore: version

Co-authored-by: ClarkXia <[email protected]>