mobify / commercecloud-ocapi-client

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

Compile to es5, even when using rollup #9

Closed olibrook closed 6 years ago

olibrook commented 6 years ago

Description

I believe we want to compile our sources to ES5 for distribution, regardless of the module pattern we are using with rollout.

For context: React compiles to ES5 - https://github.com/facebook/react/blob/master/.babelrc

Type of change

Changes