By default, CloudCannon injects the eleventy-plugin-cloudcannon
package into your site. This keeps the plugin up to date and uses the latest templates to create the build information file.
If this is clashing with your build, you can manage this manually:
Install and usage instructions are available on the repository page. Make sure to copy the templates from the installed package in order to create the build information file:
cp -R node_modules/eleventy-plugin-cloudcannon/cloudcannon .
You should periodically check your plugin is up to date for bug fixes and new features.