@nx/remix:build
Build a Remix app.
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.
Monorepo World: October 7, 2024Monorepo World: October 7, 2024Join us!
Build a Remix app.
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 output path of the generated files.
false
Generate package.json file in the output folder.
false
Generate a lockfile (e.g. package-lock.json) that matches the workspace lockfile to ensure package versions match.
false
Include devDependencies
in the generated package.json file. By default only production dependencies
are included.
Do not add a overrides
and resolutions
entries to the generated package.json file. Only works in conjunction with generatePackageJson
option.
Do not add a packageManager
entry to the generated package.json file. Only works in conjunction with generatePackageJson
option.
false
Generate source maps for production.