@nx/rspack:rspack
Options can be configured in project.json
when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/reference/project-configuration#targets.
The State of JS survey is live, featuring a monorepo tools sectionThe State of JS survey is live, featuring a monorepo tools sectionVote for us
Options can be configured in project.json
when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/reference/project-configuration#targets.
The main entry file.
The output path for the bundle.
The path to the rspack config file.
web
, node
The platform to target (e.g. web, node).
The tsconfig file to build the project.
The path to the index.html file.
development
, production
, none
Mode to run the build in.
Enables optimization of the build output.
true
Output sourcemaps. Use 'hidden' for use with error reporting tools without generating sourcemap comment.