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

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -