Level 102
Should be easy to test. Just make multiple as explained here https://laravel-mix.com/docs/6.0/extract
mix.extract(['vue', 'jquery'], 'custom1.js');
mix.extract(['vue', 'jquery', 'axios'], 'custom2.js');
i have multiple mix.js() in my project, each is its own separate interface with its own vendors. Is it possible to use the extract function only on a specific js file so that each will have its own vendor and menifest?
Please or to participate in this conversation.