-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(react): add swc transpile option rather than tsc+babel #2
Draft
jaysoo
wants to merge
59
commits into
feat-react-lib-format-option
Choose a base branch
from
feat-react-swc
base: feat-react-lib-format-option
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
jaysoo
force-pushed
the
feat-react-lib-format-option
branch
from
August 19, 2021 01:59
9a431a7
to
d370835
Compare
- Clean up @nrwl/web:package executor - Combine react package e2e tests to speed up test time
jaysoo
force-pushed
the
feat-react-swc
branch
4 times, most recently
from
August 19, 2021 13:27
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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* fix(angular): move upgrade 12.2 to 12.9.0 migrations * fix(angular): move typescript version to 12.9 Co-authored-by: Chau Tran <[email protected]>
the provided scope in the commit message example is not an accepted one Co-authored-by: Cristóbal Domínguez <[email protected]>
…configuration is specified (nrwl#6884)
…tyled-components (nrwl#6903)
jaysoo
force-pushed
the
feat-react-swc
branch
from
September 2, 2021 16:36
4b2ea7c
to
6680bcb
Compare
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 #