When BuilderIO is included on a page, it won't properly build and be included in the manifest.json file. Everything works fine on npm run dev. npm run build is where the issues becomes apparent.
Steps To Reproduce
https://github.com/oceanapplications/laravel-builderio This repo demonstrates the error. The only edited file is the Welcome.vue which will fail to include in the manifest resulting in an error when visiting the page.
Jetstream Version
5.1
Jetstream Stack
Inertia
Laravel Version
11.9
PHP Version
8.3
Database Driver & Version
Herd Pro
Description
When BuilderIO is included on a page, it won't properly build and be included in the manifest.json file. Everything works fine on npm run dev. npm run build is where the issues becomes apparent.
Steps To Reproduce
https://github.com/oceanapplications/laravel-builderio This repo demonstrates the error. The only edited file is the Welcome.vue which will fail to include in the manifest resulting in an error when visiting the page.