commercecloud-ocapi-client icon indicating copy to clipboard operation
commercecloud-ocapi-client copied to clipboard

Tree Shaking ES modules

Open sunel opened this issue 5 years ago • 0 comments

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",

sunel avatar Apr 12 '19 07:04 sunel