Open hardiklakhalani opened 2 months ago
hmm I don't get that on this demo, what does your vite.confi.js file look like? can you share the contents of any other js files vite may be using?
One another PC has the same issue as well. Could you please share your vital specs/config as well?
C:\laragon\www\breeze-demo\vite.config.js
import {defineConfig} from 'vite';
import laravel from 'laravel-vite-plugin';
import collectModuleAssetsPaths from './vite-module-loader.js';
async function getConfig() {
const paths = [];
const allPaths = await collectModuleAssetsPaths(paths, 'Modules');
return defineConfig({
plugins: [
laravel({
input: allPaths,
refresh: true,
})
]
});
}
export default getConfig();
node: 18.8.0 npm: 8.18.0 php: 8.2.23