mobify / commercecloud-ocapi-client

Salesforce Commerce Cloud Open Commerce API (OCAPI) for Node and browsers 🛒
MIT License
69 stars 31 forks source link

Tree Shaking ES modules #17

Open sunel opened 5 years ago

sunel commented 5 years ago

When compiled its around 202 kb of file size. This will come down if the we have Tree Shaking ES module.

babel src --out-dir es
"module": "es/index.js",