I'm developing an Angular 2 application and using webpack to bundle my application together. One of my components imports the fusioncharts library stored in /lib/fusioncharts directory in the root of my project.
Note: I dont have the fusioncharts module in node_modules.
I was able to confi...