I follow your trick to separate vendor script and my own script.
However, I've got a big problem. I browserify a lot of files linked to my app. However these scripts needs jquery and other vendors.
Browserify exposes the modules inside a same file but not the modules in the vendor.js file.
Do you know how to fix it ?
Hello,
I follow your trick to separate vendor script and my own script. However, I've got a big problem. I browserify a lot of files linked to my app. However these scripts needs jquery and other vendors. Browserify exposes the modules inside a same file but not the modules in the vendor.js file. Do you know how to fix it ?
Regards,