Authors:
Cameron Johns, Cille Schliebitz, Anita Gu
Changed on:
10 Feb 2026
`bundle.js` file is important to ensure that your changes are immediately reflected once deployed. This can be done using webpack `contenthash` feature. Once you've configured your package.json file with plugin versioning, you can use `yarn run bundle` to bundle your plugin. This will create a distribution folder called `dist`, which can be deployed to a web host of your choice.