furkanyesil

Results 1 issues of furkanyesil

Webpack creates node_module files in public path and try to load the files without base url ![image](https://user-images.githubusercontent.com/29117023/220423535-51629c91-fd75-47cf-bfe5-9475039a458a.png) ``` let mix = require('laravel-mix'); mix.js('src/js/app.js', '/') .copy('src/index.html', 'build/') .copy('src/images', 'build/images') .copy('src/.htaccess', 'build/')...

question