You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation shows we should include require('./vendor/nickpoulos/laravel-svelte-direct/js/mix') in our webpack.mix.js file, but that is the incorrect path. The proper path is require('./vendor/nickpoulos/laravel-svelte-direct/src/js/mix')
The text was updated successfully, but these errors were encountered:
The documentation shows we should include
require('./vendor/nickpoulos/laravel-svelte-direct/js/mix')
in ourwebpack.mix.js
file, but that is the incorrect path. The proper path isrequire('./vendor/nickpoulos/laravel-svelte-direct/src/js/mix')
The text was updated successfully, but these errors were encountered: