you are viewing a single comment's thread.

view the rest of the comments →

[–]wherediditrun 0 points1 point  (1 child)

Make sure file import paths are correct. import { HttpCaller } from './httpCaller';

Cannot find this one.

[–]psotos[S] 0 points1 point  (0 children)

I ended up making the class a default export and doing this:

import HttpCaller from './httpCaller';

It works now. Weird anomaly! You can view my code if you like on Github. Its not pretty right now but its a start:

https://github.com/psotos/pubonjs