Skip to main content

Upload & versioning

Build the extension

Navigate to the root directory of your extension and run:

yarn build

This will generate a component.zip file inside the build folder. The archive includes your compiled JavaScript, styles, and configuration.

~/your_component/build/component.zip

Component.zip location

Upload to experience designer

Drag and drop the component.zip file into the right panel of the Experience Designer developer view:

https://orca.zoovu.com/developer

Upload extension

Overriding faulty extension version

Experience Designer does not allow uploading an extension with the same name and version number. If your extension build has an issue and you need to upload a fixed version, you must bump the version number first.

https://orca-experience.zoovu.com/developer

zoovu.manifest.js

To override an existing version:

  1. Open your extension’s root folder.
  2. Run yarn bump-version to increase the version in package.json.
  3. Build the extension using yarn build.
  4. Upload the new version to Experience Designer by dragging and dropping the generated .zip file into the right panel of the developer view. Learn more.