Skip to content
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

rootExports works on nodejs #2

Closed
anodynos opened this issue Dec 2, 2012 · 1 comment
Closed

rootExports works on nodejs #2

anodynos opened this issue Dec 2, 2012 · 1 comment

Comments

@anodynos
Copy link
Owner

anodynos commented Dec 2, 2012

Allow rootExports to work on nodejs, either as

  • global, which seems hard/silly to do on nodejs
  • bundle-global, where its injected on all modules on the bundle.
@ghost ghost assigned anodynos Dec 2, 2012
@anodynos
Copy link
Owner Author

Global will never work on nodejs - use bundle.dependencies.bundleExports instead, and leave gloabl uglyness for where is needed: the browser!

anodynos added a commit that referenced this issue Sep 30, 2013
anodynos added a commit that referenced this issue Jun 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant