Jack Hsu
Jack Hsu
feat(testing): rename jest-project generator to "configuration" generator for consistency in naming
This PR renames `@nx/jest:jest-project` generator to `@nx/jest:configuration`. This change makes our usage of configuration generators the same across all plugins (e.g. Vite is already @nx/vite:configuration). **What's done:** - Renamed generator...
This PR renames `@nx/cypress:cypress-e2e-configuration` to `@nx/cypress:configuration` to maintain consistency between plugins (e.g. Vite is already `@nx/vite:configuration`). Also renames `@nx/cypress:cypress-component-configuration` to `@nx/cypress:component-configuration` since "cypress" is implied by the package name. **What's...
This PR renames `@nx/esbuild:esbuild-project`, `@nx/rollup:rollup-project`, and `@nx/webpack:webpack-project` to `configuration` generators. This change makes our usage of configuration generators the same across all plugins (e.g. Vite is already @nx/vite:configuration). **What's done:**...
This PR updates the Cypress configuration generator (`@nx/cypress:configuration`) and plugin (`@nx/cypress/plugin`) so that they support generating and consuming config files in ESM format respectively. There are two issues: 1. The...
This PR updates the webpack docs to show usage of `NxWebpackPlugin` in basic/standar configs, versus `withNx` and `composePlugins` in Nx-enhanced configs. This is needed because Nx Crystal will generate with...
This PR adds `useLocalPathsForWorkspaceDependencies` option to `@nx/dependency-checks` lint rule so that when using `--fix`, it can use a local path (e.g. `file:../foobar`) rather than the current `*` value. Also, when...
Testing the `@angular-devkit/build-angular:browser-rspack` builder from this PR https://github.com/valorkin/angular-cli/pull/4/files. ## Benchmarks ## Notes - `sass-loader` and `raw-loader` are missing when using Rspack (had to manually install them) - Aliases are not...
Hey, just want to say a huge thanks for creating and maintaining this plugin. We want to help make this plugin even better, so if you would like you can...
This PR removes deprecated code that's been slated for removal in Nx 19 - mentioned as `TODO(v19)` comments. ## Breaking Changes - **CNW:** `create-nx-workspace` no longer support `--preset=empty` and `--preset=core`,...