You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Codebase needs to be modernized to ES6 modules. Modules should export only whatever's necessary for public use to support optimizations like tree shaking.
Clients will need to upgrade their build systems to compile the ES6 syntax into whatever output they desire, e.g. using Babel.
Docs need to provide examples on how to import modules and how to integrate with common build systems.
The text was updated successfully, but these errors were encountered:
Codebase needs to be modernized to ES6 modules. Modules should export only whatever's necessary for public use to support optimizations like tree shaking.
Clients will need to upgrade their build systems to compile the ES6 syntax into whatever output they desire, e.g. using Babel.
Docs need to provide examples on how to import modules and how to integrate with common build systems.
The text was updated successfully, but these errors were encountered: