Building your widget

Development

When building your widget, it is recommended to utilise the npm run start command to automatically rebuild any new changes you introduce to the code base.

This will automatically build the utilities packages.

Preparing for production

When building for production, you can utilise npm run build which will automatically build the assets for the production environment.

All changes to assets will be available in the dist folder

Last updated

Was this helpful?