0👍
You can put all your js assets in an array like this: mix.js([source assests],'destination.js').vue();
. I have added that vue()
method to tell webpack that we are dealing with vue files;
Source:stackexchange.com
0👍
You can put all your js assets in an array like this: mix.js([source assests],'destination.js').vue();
. I have added that vue()
method to tell webpack that we are dealing with vue files;