-
Notifications
You must be signed in to change notification settings - Fork 404
Unable to webpack compile after installing module #676
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
Comments
Hey @duhmojo thanks for the report! There is a |
This should be resolved in v6.0.0-alpha.3 |
Hey @ericgio - for some reason or other i still appear to be having this issue in 6.0.0-alpha.4 |
@harrylepotter-win: Thanks for the report. I caused the same issue again with a change in v6.0.0-alpha.5 🤦 |
Should be fixed in v6.0.0-alpha.6 |
@ericgio many thanks! (...and thanks for the awesome component!) |
Hi. I haven't found any info or tips on my issue so I'm turning to you to see if this is a simple issue on my part. After I installed your typeahead module my webpack compile started to fail with the following:
In my Component I just imported the css and module as instructed:
I'm not sure if the problem is related to Typeahead looking for Size from './types' while under /es/ as it looks like the types are under a directory back. .e.g there is no ./es/types. I'm unfamiliar with this detail and not sure if its something I should be configuring in Webpack. Any tips would be helpful as I'm unable to try your module at all right now.
For versions I'm using:
...
Thank you.
The text was updated successfully, but these errors were encountered: