Releases: jpmorganchase/modular
Releases · jpmorganchase/modular
create-modular-react-app@0.3.0
Minor Changes
- ca44022: Place
setupTests
into the root of a modular project:
modular/setupTests.ts
cra-template-modular-typescript@0.2.0
Minor Changes
- ca44022: Place
setupTests
into the root of a modular project:
modular/setupTests.ts
modular-scripts@0.1.4
Patch Changes
-
3616010: Do not print
execa
stack traces when processes error.Ensure that the
build/
directory does not get added into a Git repository.Let the underlying commands handle any
--help
argument instead of
modular
's own argument parser.
create-modular-react-app@0.2.2
Patch Changes
-
3616010: Do not print
execa
stack traces when processes error.Ensure that the
build/
directory does not get added into a Git repository.Let the underlying commands handle any
--help
argument instead of
modular
's own argument parser.
modular-scripts@0.1.3
Patch Changes
-
50537c1: Fix test coverage so that it's produced for all apps, packages and
widgets.Alter test configuration
so that it loads thesrc/setupTests.{js,ts}
for each application.
modular-scripts@0.1.2
Patch Changes
- f494252: removes code duplication for creating an app.
create-modular-react-app@0.2.1
Patch Changes
- f494252: removes code duplication for creating an app.