dillon1000/react

Commit

Build script should default to experimental (#17144)

`yarn build` defaults to building in experimental mode. To opt-out, set
the `RELEASE_CHANNEL` environment variable to `stable`. This is the same
as what we do when running tests via `yarn test`, to make local
development easier.
Browse files
Changed paths2 files
First-parent comparison
M .circleci/config.yml ModifiedM scripts/rollup/build.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…