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

UMD boilerplate is missing, if "exports" option is missing #18

Closed
andvgal opened this issue Dec 28, 2014 · 1 comment
Closed

UMD boilerplate is missing, if "exports" option is missing #18

andvgal opened this issue Dec 28, 2014 · 1 comment

Comments

@andvgal
Copy link

andvgal commented Dec 28, 2014

I am not 100% sure, but it seem to be a bug, as without the "exports" option the generate code looks like:

(function (__external_dep) {
    // .... factory function body
}());
@RReverser
Copy link
Owner

This is not a bug but intended behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants