laravel-splade
laravel-splade copied to clipboard
[vite:css] Cannot read property 'config' of undefined
This error happen when trying to build via npm run build for both css file of choices and flatpickr. By commenting this file works fine:
//import "./Components/choices.scss"; //import "./Components/flatpickr.styl";
Can you share your main app.js and app.css files?