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

Import in webpack working not as intended #4

Open
germansokolov13 opened this issue Oct 11, 2017 · 0 comments
Open

Import in webpack working not as intended #4

germansokolov13 opened this issue Oct 11, 2017 · 0 comments

Comments

@germansokolov13
Copy link

This line from docs:
import growl from 'growl-alert'
leads to variable growl being undefined. I still managed to successfully import growl with this line:
import growl from 'growl-alert/src/index';

I installed growl-alert via npm and I am using Webpack to import it. Maybe something is missing in the configuration of the package?

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

1 participant