javascript - Laravel: Mix extract from specific JS -


is possible extract 1 js, however, retain them in another? i.e. extract app.js, keep them in testing.js

mix.js('resources/assets/js/app.js', 'public/js')     .extract(['jquery','vue']);  mix.js('resources/assets/js/testing.js', 'public/js'); 


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -