commercecloud-ocapi-client
commercecloud-ocapi-client copied to clipboard
Tree Shaking ES modules
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",