@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.
false
Generate source maps for production.