Yahav's avatar
Level 3

Extract for specific file?

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?

0 likes
2 replies
Yahav's avatar
Level 3

Nop, this wouldn't work as it will still extract those from all js files referenced in the mix config file. I ended up splitting mix configuration into multiple config files and running them separately.

Please or to participate in this conversation.