feat(react): add swc transpile option rather than tsc+babel#2
Draft
jaysoo wants to merge 59 commits intofeat-react-lib-format-optionfrom
Draft
feat(react): add swc transpile option rather than tsc+babel#2jaysoo wants to merge 59 commits intofeat-react-lib-format-optionfrom
jaysoo wants to merge 59 commits intofeat-react-lib-format-optionfrom
Conversation
9a431a7 to
d370835
Compare
- Clean up @nrwl/web:package executor - Combine react package e2e tests to speed up test time
18033e5 to
1c2bb50
Compare
* fix(web): Added WebpackError for webpack 4 compatibility * Added WebpackError to cypress and node
…it already built-in
1- Implement a hook generator which provides the skeleton for a new hook, including a test which uses @testing-library/react-hooks 2- add --pascalCaseDirs to the component generator, so you can have 'SomeComponent/SomeComponent.tsx' instead of 'some-component/SomeComponent.tsx' Co-authored-by: Sam Clement <samclement@msn.com>
* fix(core): remove eslintrc double extends update on move * fix(core): move eslintrc move logic back to eslint update
Adds a new option to the node build executor in order to enable multiple entry files.
…ep configuration in sync (nrwl#6832) Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
* docs(angular): add mfe guide Add guide "How to setup a Micro Frontend with Angular and Nx" to docs * docs(angular): fix some issues with mfe guide Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
* feat(angular): upgrade to ~12.2.0 * fix(angular): adjust nrwl/angular packageJson to pass depCheck * fix(angular): add @angular/platform-server to migrations Co-authored-by: Chau Tran <ctran@Chaus-MacBook-Pro.local>
* fix(angular): move upgrade 12.2 to 12.9.0 migrations * fix(angular): move typescript version to 12.9 Co-authored-by: Chau Tran <ctran@Chaus-MacBook-Pro.local>
the provided scope in the commit message example is not an accepted one Co-authored-by: Cristóbal Domínguez <cristobal.dominguez@allmyhomes.com>
…configuration is specified (nrwl#6884)
…tyled-components (nrwl#6903)
4b2ea7c to
6680bcb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Current Behavior
Expected Behavior
Related Issue(s)
Fixes #