Skip to content

Latest commit

 

History

History
164 lines (93 loc) · 11.4 KB

CHANGELOG.md

File metadata and controls

164 lines (93 loc) · 11.4 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.1 (2022-12-05)

Note: Version bump only for package @webpack-cli/serve

2.0.0 (2022-11-17)

BREAKING CHANGES

  • the minimum supported webpack version is v5.0.0 (#3342) (b1af0dc), closes #3342
  • webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0
  • webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0

1.7.0 (2022-06-13)

Features

1.6.1 (2022-01-24)

Note: Version bump only for package @webpack-cli/serve

1.6.0 (2021-10-06)

Bug Fixes

Features

  • allow to run commands without webpack installation where it is unnecessary (#2907) (603041d)

1.5.2 (2021-08-15)

Bug Fixes

  • ci for dev server next (#2841) (54d34b7)
  • respect dev server CLI options for multi compiler mode (de48278)
  • using new dev server API for v4 (#2886) (f66d01f)

1.5.1 (2021-06-07)

Bug Fixes

1.5.0 (2021-06-07)

Bug Fixes

Features

1.4.0 (2021-05-06)

Bug Fixes

Features

1.3.1 (2021-03-27)

Note: Version bump only for package @webpack-cli/serve

1.3.0 (2021-02-02)

Bug Fixes

  • avoid deprecation message (9d6dbda)
  • error message on invalid plugin options (#2380) (f9ce1d3)

Features

1.2.2 (2021-01-19)

Bug Fixes

  • pass all argv to configurations when serve command used (#2345) (5070b9b)
  • respect --stats, --color and --no-color option for serve c… (#2312) (73d3fec)

1.2.1 (2020-12-31)

Bug Fixes

  • do not apply HotModuleReplacement plugin twice (#2269) (bb16d44)
  • respect the output.publicPath option for the servecommand (#2271) (a3092ef)
  • the --help option is working without webpack-dev-server (#2267) (1dae54d)
  • the --progress option with the serve command (#2265) (952a188)

1.2.0 (2020-12-25)

Bug Fixes

  • respect --watch-options-stdin (2d1e001)
  • do not default host in webpack-dev-server v4 (#2141) (dbbe4d4)
  • do not default port in webpack-dev-server v4 (#2126) (cda3047)
  • set client port when using default port (#2147) (4b97348)
  • catch dev server import during webpack serve (#2070) (70bf770)
  • respect --color/--no-color options (#2042) (09bd812)

1.1.0 (2020-11-04)

Bug Fixes

  • resolve dev server hot options correctly (#2022) (7c5a2ba)

Features

1.0.1 (2020-10-10)

Note: Version bump only for package @webpack-cli/serve

1.0.1-rc.1 (2020-10-06)

Bug Fixes

  • peer dependencies for webpack serve (#1317) (f8ec203)
  • packages: make packages have correct main paths to index (#1366) (5dd7bd6)
  • serve: merge CLI and devServer options correctly (#1649) (2cdf5ce)
  • serve: supplying help or version as an arg should throw error (#1694) (6eb7883)

Features

1.0.1-alpha.5 (2020-03-02)

Note: Version bump only for package @webpack-cli/serve

1.0.1-alpha.4 (2020-02-29)

Note: Version bump only for package @webpack-cli/serve

1.0.1-alpha.3 (2020-02-23)

Note: Version bump only for package @webpack-cli/serve

1.0.1-alpha.2 (2020-02-23)

Note: Version bump only for package @webpack-cli/serve

1.0.1-alpha.1 (2020-02-23)

Bug Fixes