EasyPost / easypost-node

EasyPost Shipping API Client Library for Node
https://easypost.com/docs/api
MIT License
139 stars 54 forks source link

Revert "Removes Webpack/Babel in favor of SWC" #463

Closed ralexmatthews closed 4 months ago

ralexmatthews commented 4 months ago

Hey, I actually found an issue with this. In vanilla node.js apps without a build process, you would need to import it with

const EasyPostClient = require("@easypost/api").default;

I am gonna continue to look to switching, but for now that would be a breaking change, so I am reverting it