baggage-loader
baggage-loader copied to clipboard
Error with coffee | cjsx
var inject = '\n/* injects from baggage-loader */\n';
causes
regular expressions cannot begin with *
switched to:
var inject = ''; // it works
https://github.com/deepsweet/baggage-loader/issues/11