UNPKG

@nx/rspack

Version:

The Nx Plugin for Rspack contains executors and generators that support building applications using Rspack.

20 lines (19 loc) 800 B
{ "$schema": "https://json-schema.org/schema", "$id": "NxRspackConvertConfigToRspackPlugin", "description": "Convert existing Rspack project(s) using `@nx/rspack:rspack` executor that uses `withNx` to use `NxAppRspackPlugin`. Defaults to migrating all projects. Pass '--project' to migrate only one target.", "title": "Convert Rspack project using withNx to NxAppRspackPlugin", "type": "object", "properties": { "project": { "type": "string", "description": "The project to convert from using the `@nx/rspack:rspack` executor and `withNx` plugin to use `NxAppRspackPlugin`.", "x-priority": "important" }, "skipFormat": { "type": "boolean", "description": "Whether to format files at the end of the migration.", "default": false } } }