zhorton34 / laravel-mix-code-splitter

Install Laravel Homestead & Interact with artisan via your server through an alias command
Other
11 stars 3 forks source link

no js file generated on folder split #1

Closed sluxzer closed 3 years ago

sluxzer commented 3 years ago

Hey there.

After installing this extension. i need manually create split folter on resource/js & public/js path

Then after run npm run prod I don't see any file being created on resource/js/split or public/js/split

although on my bundler i see all the js is separated.

Thank you.

zhorton34 commented 3 years ago

Sounds like that's some webpack magic, it's "bundling" it to make more efficient. Same concept applies though.

Is it properly loading the files on your production @sluxzer?

zhorton34 commented 3 years ago

Closing this issue for the time being due to no response with further details.