ArcGis with Meteor 1.4

Has anyone had success integrating ArcGIS maps in a meteor web app?

By just including <script src="https://js.arcgis.com/4.3/"></script> in my index.js, I get a bunch of errors. I know meteor uses webpack so how do I use imports?

I have not been successful in using the node node-arcgis module either.

Please help.

Jaizen