-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm it #140
Comments
Sure. I need to figure out the best way to handle plugins though. Right now, everything uses UMD and depends on either a globally declared Do you have any suggestions on what would work for your use case? |
Hmm...
? |
I like that approach. The plugins shouldn't need a reference to the main lib |
I was thinking something like that as well. It'd be a breaking change, but I could have it still register the plugin globally if the |
@brianchirls you can check out the Lebab project, to convert requirejs AMD to the ES6 "imports". |
UMD has some handy module wrappers. https://github.com/umdjs/umd |
any progress on this? |
ugliest javsascript repository i have seen ever |
😂😂😂
|
Hi, It's been a while and I haven't seen an npm/yarn installation. I found a solution to the problem on stackoverflow. It originally discusses meteor but the solution also applies to npm/yarn https://stackoverflow.com/questions/37739097/am-trying-to-import-seriously-js-into-a-meteor-application-am-receiving-an-obje/64550800#64550800 |
Hey @brianchirls it has been a while! Could we get this library on npm?
The text was updated successfully, but these errors were encountered: