make-webpack-config

![Build status](https://github.com/faergeek/make-webpack-config/actions/workflows/checks.yml/badge.svg)

MIT License

Downloads
1.3K
Stars
1
Committers
5

Bot releases are visible (Hide)

make-webpack-config - v12.0.7

Published by github-actions[bot] over 3 years ago

12.0.7 (2021-06-21)

Bug Fixes

  • avoid crash on launched process crash (ead93b5)
  • make webpack-plugin-serve silent (12c9d87)
  • set stats to errors-only in watch mode (2ec5123)
make-webpack-config - v12.0.6

Published by github-actions[bot] over 3 years ago

12.0.6 (2021-06-20)

Performance Improvements

  • write tiny plugin to launch built server (320df26)
make-webpack-config - v12.0.5

Published by github-actions[bot] over 3 years ago

12.0.5 (2021-06-20)

Bug Fixes

  • make node config always depend on browser one (bc916b2)
make-webpack-config - v12.0.4

Published by github-actions[bot] over 3 years ago

12.0.4 (2021-06-20)

Bug Fixes

make-webpack-config - v12.0.3

Published by github-actions[bot] over 3 years ago

12.0.3 (2021-06-20)

Bug Fixes

  • make server crash on unaccepted module update (d72c846)
make-webpack-config - v12.0.2

Published by github-actions[bot] over 3 years ago

12.0.2 (2021-06-19)

Bug Fixes

  • set default bundle analyzer port to 8001 (4bed522)
make-webpack-config - v12.0.1

Published by github-actions[bot] over 3 years ago

12.0.1 (2021-06-16)

Reverts

  • Revert "feat: enable HMR in watch mode for browser" (2ea1067)
make-webpack-config - v12.0.0

Published by github-actions[bot] over 3 years ago

12.0.0 (2021-06-16)

Features

BREAKING CHANGES

  • you now have to explicitly enable analyzer. To preserve
    the old behavior set analyzer option to the value opposite to dev
make-webpack-config - v11.2.0

Published by github-actions[bot] over 3 years ago

11.2.0 (2021-06-16)

Features

  • enable HMR in watch mode for browser (b7c608c)
make-webpack-config - v11.1.6

Published by github-actions[bot] over 3 years ago

11.1.6 (2021-06-16)

Bug Fixes

  • set progress to minimal for simplest feedback (899c57c)
make-webpack-config - v11.1.5

Published by github-actions[bot] over 3 years ago

11.1.5 (2021-06-14)

Bug Fixes

  • deps: update dependency react-refresh to v0.10.0 (165fc0e)
make-webpack-config - v11.1.4

Published by github-actions[bot] over 3 years ago

11.1.4 (2021-06-14)

Bug Fixes

  • deps: update dependency sass-loader to v12.1.0 (e784fc3)
make-webpack-config - v11.1.3

Published by github-actions[bot] over 3 years ago

11.1.3 (2021-06-14)

Bug Fixes

  • deps: update dependency postcss-loader to v6 (91e2f35)
make-webpack-config - v11.1.2

Published by github-actions[bot] over 3 years ago

11.1.2 (2021-06-14)

Bug Fixes

  • make webpack-plugin-serve client silent (b7e8988)
make-webpack-config - v11.1.1

Published by github-actions[bot] over 3 years ago

11.1.1 (2021-06-14)

Bug Fixes

  • define dependencies if not in watch mode (4d89219)
make-webpack-config - v11.1.0

Published by github-actions[bot] over 3 years ago

11.1.0 (2021-06-14)

Features

make-webpack-config - v11.0.10

Published by github-actions[bot] over 3 years ago

11.0.10 (2021-06-14)

Bug Fixes

  • disable webpack-plugin-serve client retries (7112b10)
  • don't define dependencies between configs (78ba954)
  • don't tweak webpack-plugin-serve logging (2dffd23)

Performance Improvements

  • don't generate extra chunks in dev (1b512d0)
make-webpack-config - v11.0.9

Published by github-actions[bot] over 3 years ago

11.0.9 (2021-06-14)

Performance Improvements

  • don't use webpack-bundle-analyzer in dev (f40c55a)
make-webpack-config - v11.0.8

Published by github-actions[bot] over 3 years ago

11.0.8 (2021-06-13)

Bug Fixes

  • set stats path so it doesn't end up in public (d66fb30)
make-webpack-config - v11.0.7

Published by github-actions[bot] over 3 years ago

11.0.7 (2021-06-13)

Bug Fixes

  • make webpack-bundle-analyzer more useful (eb462b0)