-
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
require
orbit-common
andorbit-common-jsonapi
,Orbit
andOC
are actually leaked to thewindow
object. 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.