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

Support 'module' as export dependency as well as 'exports' #25

Closed
tmcw opened this issue Jun 7, 2019 · 0 comments · Fixed by #26
Closed

Support 'module' as export dependency as well as 'exports' #25

tmcw opened this issue Jun 7, 2019 · 0 comments · Fixed by #26
Assignees

Comments

@tmcw
Copy link
Contributor

tmcw commented Jun 7, 2019

This is essentially a compatibility piece with require.js: in some packages – for example, regression, 'module' is defined as a dependency. RequireJS supports this case, treating it as similar to exports in that list. d3-require instead tries to load the module module, which is probably not the intent.

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

Successfully merging a pull request may close this issue.

1 participant