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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -