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

Component should be importable from node_modules #6

Closed
andrralv opened this issue May 2, 2018 · 0 comments
Closed

Component should be importable from node_modules #6

andrralv opened this issue May 2, 2018 · 0 comments

Comments

@andrralv
Copy link

andrralv commented May 2, 2018

Que miermanequis?

'import Msg from "msg-modal"' ---> msg-modal module was not found.

Right now you have to manually add the script tag to import the module, but you cannot do that easily if you are for example on a React or Vue project.

Expected result: You should be able to import the Msg object from a component that is not necessarily html.

@madprops madprops closed this as completed May 2, 2018
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