Regenerates the auto-generated portion of an Editor React Component extension's manifest. This command reads your project's build output, so build your project first.
Important: You must run this command whenever you make manual changes to a component's React code, CSS, or types. AI coding agents that use Wix skills know to regenerate the manifest automatically, so you only need to run it yourself when you edit the component directly.
Note: wix dev doesn't regenerate the manifest. If you edit a component and only restart the dev server, the editor keeps using the previous manifest.
For each Editor React Component in your project, the command:
<component-name>.generated.ts with an updated editorElement object.<component-name>.extension.ts, which holds the rest of the manifest and imports the editorElement from the generated file.For more information about the auto-generated output, see Editor React Component Extension Files and Code.
Last updated: 4 August 2026