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
Post a Comment