cli: simplify changeset
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com> Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
@@ -2,16 +2,4 @@
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Add ability to force use of the development versions of `react` and `react-dom`
|
||||
to allow for detailed error messages and use of fast-refresh. Note that builds
|
||||
with the development versions of `react` and `react-dom` should not be
|
||||
deployed in production.
|
||||
|
||||
This feature can be used by setting the `FORCE_REACT_DEVELOPMENT` environment
|
||||
variable to `true`:
|
||||
|
||||
```bash
|
||||
EXPERIMENTAL_MODULE_FEDERATION=true \
|
||||
FORCE_REACT_DEVELOPMENT=true \
|
||||
yarn build:all
|
||||
```
|
||||
The experimental module federation build now has the ability to force the use of development versions of `react` and `react-dom` by setting the `FORCE_REACT_DEVELOPMENT` flag.
|
||||
|
||||
Reference in New Issue
Block a user