@nx/rspack:application
React + Rspack application generator.
React + Rspack application generator.
1nx generate application ...
21nx g app ... #same
2By default, Nx will search for application in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
1nx g @nx/rspack:application ...
2Show what will be generated without writing to disk:
1nx g application ... --dry-run
2Generate apps/myorg/myapp and apps/myorg/myapp-e2e:
1nx g app myorg/myapp
2The directory to nest the app under.
reactnone, react, web, nestThe framework to use for the application.
cypressnone, cypressThe e2e test runner to use.
Creates an integrated monorepo.
^[a-zA-Z].*$The name of the application.
cssThe file extension to be used for style files.
Add tags to the application (used for linting).
jestnone, jestThe unit test runner to use.
No description available.