-
Notifications
You must be signed in to change notification settings - Fork 2.6k
feat(angular): migrate angular-rspack to nx repo #31272
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
Closed
Closed
Conversation
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
* feat: add angular-rspack package * feat: add angular-rspack-compiler package * feat: add angular-rsbuild package * docs: readme updates
* feat: add angular-rspack package * feat: add angular-rspack-compiler package * feat: add angular-rsbuild package * docs: readme updates
* feat(angular-rspack): add withConfigurations * test(angular-rspack): add unit tests for withConfigurations --------- Co-authored-by: Michael <[email protected]>
…be createConfig (#9)
* feat(angular-rspack): rename jit to aot and invert * feat(angular-rsbuild): rename jit to aot
* feat(angular-rspack): rename jit to aot and invert * feat(angular-rsbuild): rename jit to aot
… inlineStyleLanguage (#14)
… inlineStyleLanguage (#14)
…rt`, and `proxyConfig` options (#24)
…ons based on provided options (#26)
… and `scripts` (#28)
* feat(angular-rspack): support `extractLicenses` option * chore(angular-rspack): fix pipeline dependencies for unit-test tasks
* feat(angular-rspack,angular-rsbuild): add namedChunks option * feat(angular-rspack,angular-rsbuild): add commonChunk and vendorChunk option
#32) * fix(angular-rspack): sass-loader should not be required when using css * fix(angular-rspack): sass-loader should not be required when using css
…tsConfig` handling (#33)
* feat(angular-rspack): improve `createConfig` public api * feat(angular-rspack): warn about currently unsupported options
* feat(angular-rspack): add budgets support * feat(angular-rspack): ensure style only bundles do not emit js
…onentStylesheetResult ensuring sass andincludePaths are passed (#87) * fix: errors from ComponentStylesheetResult are hidden if componentStylesheetBundler.bundleFile/bundleInline doesn't throw an error but the results still contain errors, the errors will not be reported and the resulting style sheet will be empty. * fix: sass/includePaths are not passed to setup function
…onentStylesheetResult ensuring sass andincludePaths are passed (#87) * fix: errors from ComponentStylesheetResult are hidden if componentStylesheetBundler.bundleFile/bundleInline doesn't throw an error but the results still contain errors, the errors will not be reported and the resulting style sheet will be empty. * fix: sass/includePaths are not passed to setup function
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
|
View your CI Pipeline Execution ↗ for commit e38ef63.
☁️ Nx Cloud last updated this comment at |
179c530 to
bafcf2c
Compare
4fc125e to
e38ef63
Compare
Contributor
|
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
priority: low
Low Priority (does not affect many people or not severely or has an easy workaround)
scope: testing tools
Issues related to Cypress / Jest / Playwright / Vitest support in Nx
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 #