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

[type-scripts-build] allow users to provide names of external modules #18

Open
ncphillips opened this issue Jan 6, 2018 · 0 comments
Open

Comments

@ncphillips
Copy link
Owner

External/Peer Dependencies must be referenced by a global name.

This name is not given by the package.json of the files in question, and is therefore guessed unless explicitly set by the user.

Current Behaviour

Building a package without these values set will output a response like the following:

No name was provided for external module 'react' in options.globals – guessing 'React'

Expected Behaviour

There should be a way to map a dependency name to a global name.

@ncphillips ncphillips changed the title [type-scripts] allow users to provide names of external modules [type-scripts-build] allow users to provide names of external modules Jan 6, 2018
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