Skip to content

Commit a3d057e

Browse files
authored
Update CHANGELOG.md
1 parent 9cd3c7e commit a3d057e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/react-scripts/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# `backpack-react-scripts` Change Log
22

3-
## 7.0.6 (Pending)
3+
## 8.0.0 (Pending)
44

55
- Added support for loadable components.
6+
- Added start-ssr command, to produce Node.js-compatible watched output. Several changes to SSR webpack config to support.
7+
- Defined `typeof window` for browser and SSR environments, enabling dead code elimination (https://webpack.js.org/plugins/define-plugin/#usage)
8+
- SSR output always include hash as part of filename
9+
- Added experimental support for https://github.com/mzgoddard/hard-source-webpack-plugin/, enabled by `USE_HARD_SOURCE_WEBPACK_PLUGIN=true` environment variable
10+
- `web` and `ssr` subpaths for each build's output
11+
- Output build 'status files' (`.build-status`, one for web, one for SSR), which can be watched by a Node.js server to know when builds are in progress or completed.
612

713
## 7.0.5 - 2020-01-10
814

0 commit comments

Comments
 (0)