-
Notifications
You must be signed in to change notification settings - Fork 67
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
Astronomy not working with webpack #688
Comments
It's definitely not something related with Astronomy. I would rather say that's it's a bug in webpack package. Astronomy is working normally when you just use Meteor alone. In the last version of Astronomy I've introduced lazy loading, so maybe this webpack plugin does not work well with this kind of scenarios. Try using it with different Astronomy versions and see if it's producing the same error. And if it's not gonna help then create a reproduction repository so I will be able to check it |
@lukejagodzinski you are right, old versions works fine. In which version lazy loading was introduced? |
@Deadly0 it was the last one version 2.6.0. In the version 2.5.8 there was no lazy loading. |
@lukejagodzinski thank you! |
Yeah I'm having the same issue. @Deadly0 did you resolve it? |
@Deadly0 no, but workaround is to use v2.5.8 of astronomy. |
Yeah thats that I've done! Let me know if you look into it again |
ardatan:webpack provides a way to use Webpack with meteor. But for some reasons Astronomy can't be imported in project by webpack. I have reported this bug to @ardatan but he said it's not meteor-webpack bug ardatan/meteor-webpack#40
It's important to me to migrate to Webpack, but i can't do it becouse of this bug with Astronomy :(
Thank you!
The text was updated successfully, but these errors were encountered: