Releases: firstlookmedia/react-scripts
v2.0.0-rc16
removes support for decorators, fixes jest babelTransform
v2.0.0-rc15
fixes a small bug involving decorators plugin
v2.0.0-rc14
bump version for npm publishing
v2.0.0-rc13
This release adds support for code splitting, using loadable-component
, and upgrades babel
to v7. This package now includes all babel
dependencies, i.e. individual sites do not need a .babelrc
or to install any plugins or presets.
The upgrade path for this release is to simply remove babel packages/files from a site.
For reference, this PR implements code splitting in Topic and uses this version of react-scripts: https://github.com/firstlookmedia/topic/pull/1431/files
v2.0.0-rc11
This adds support for persisted queries cache busting by checking for a query hash suffix env variable, STATIC_QUERY_SUFFIX
.
v2.0.0-rc10
Persisted queries edits to make scripts more defensive and more flexible with regard to circle configs
v2.0.0-rc9
- bugfix for relay v2 persisted queries flag
v2.0.0-rc8
- Adjust Jest configuration to exclude
assets
and__generated__
directories from coverage statistics - Add an
.nvmrc
and an"engines"
entry topackage.json
for a more consistent build environment - Typescript support for Relay v2 persisted queries
v2.0.0-rc6
Fixes issues loading css files from node_modules
(#54)
v2.0.0-rc5
- accepts an
ASSETS_S3_KEY_PREFIX
(optional; default: the package.json'sname
) for customizing the path prefix when uploading assets to S3