Skip to main content

Strapi v5 bundler

⚠️ Bundler Compatibility

Note: Headlockr currently supports only the Webpack bundler which is not used by default anymore in Strapi V5.

Strapi’s new experimental Vite bundler is not supported yet. We’re actively working on Vite compatibility and will announce full support in a future release.

In the meantime, please make sure you are using the Webpack bundler. You can start your Strapi project with Webpack using the following command:

npm run develop --bundler=webpack