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
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
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
To override an existing version:
- Open your extension’s root folder.
- Run
yarn bump-version
to increase the version inpackage.json
. - Build the extension using
yarn build
. - 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.