This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
Releases: Nargonath/cra-build-watch
Releases · Nargonath/cra-build-watch
v4.0.0-beta.1
4.0.0-beta.1 (2021-03-23)
Features
- rewrite to take advantage of webpackDevServer writeToDisk setting (7d2a516)
BREAKING CHANGES
- Remove most of the flags/features of cra-build-watch. It is not anymore a CLI
replacement for react-scripts but rather something you call one-time after annpm install
and
then forget about it. It keeps CRA webpack configuration intact so you can enjoy all of CRA's
wonderful features.
v3.4.0
v3.3.0
v3.2.0
v3.1.0
v3.0.0
3.0.0 (2019-10-04)
Bug Fixes
- deps: [security] bump mixin-deep from 1.3.1 to 1.3.2 (#60) (0698ed0)
- deps: bump ora from 4.0.1 to 4.0.2 (#74) (ff9cd92)
Features
- deps: bump cross-spawn from 6.0.5 to 7.0.0 (#63) (f6d058a)
- deps: bump ora from 3.4.0 to 4.0.1 (#69) (828dc83)
BREAKING CHANGES
- deps: Bumps ora from 3.4.0 to 4.0.1.
Signed-off-by: dependabot-preview[bot] support@dependabot.com
- deps: Bumps cross-spawn from 6.0.5 to 7.0.0.
Signed-off-by: dependabot-preview[bot] support@dependabot.com
v2.0.1
v2.0.0
2.0.0 (2019-08-07)
Features
- disable-chunks: assert minimum required version (bd72a5c)
- disable code splitting / chunks (54a2417)
- dependencies: break support of node <= 8 (76926a5)
- dependencies: udpate to latest (004817c)
BREAKING CHANGES
- dependencies: update import-cwd that does only support node >= 8