; MP = global.MP = require("/Users/mparisi/Projects/mp-cdc-client/src/mp_cdc_web_client.js");
I've tried using the alias for mp_cdc_web_client instead of the path and that produced the same results. Apologies if this has been answered. I've been trying for a couple hours to find the solution. Any help would be greatly appreciated.
Hi, I have a simple browserify-shim use case. I'm having an issue with depends. If I have an entry like this:
my data_collector_flash ends up looking like:
; MP = global.MP = require("/Users/mparisi/Projects/mp-cdc-client/src/mp_cdc_web_client.js");
I've tried using the alias for mp_cdc_web_client instead of the path and that produced the same results. Apologies if this has been answered. I've been trying for a couple hours to find the solution. Any help would be greatly appreciated.Thank you.