shift73k/assets_old/node_modules/@webpack-cli/serve/CHANGELOG.md

7.3 KiB

Change Log

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

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