-
Notifications
You must be signed in to change notification settings - Fork 135
Closed
Labels
Description
Hey, I have a couple quick questions about packaging and module loading of Orbit.js:
- What's the preferred way to load Orbit.js? CommonJS support with the version distributed on Bower seems lacking. If I
requireorbit-commonandorbit-common-jsonapi,OrbitandOCare actually leaked to thewindowobject. Is this intentional? Is there a way to build Orbit to avoid this? Are ES6 modules preferred? - Why isn't Orbit published to NPM?
I'm trying to set up a new project with Orbit in a CommonJS/webpack stack and these two things are making it tough.