-
Notifications
You must be signed in to change notification settings - Fork 160
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
Starting form 2.0.1, react-meteor-data doesn't work with ardatan:webpack package. #293
Comments
Hi @Fanaticys as you said in the other issue, lazy loading is a good practice, the change would need to go on meteor-webpack I believe. Do you agree? If so we should focus there in this discussion and how to fix the issue. |
Hi @filipenevola I would say, both of packages should fix different issues. It would be great to have { lazy: true } configurable and passed from consumers if it is possible. |
@Fanaticys The problem is that's not really configurable on the consumer side. And if it's not there in It can be forced in projects compiled with webpack though. Just put |
@CaptainN Ok. If we can't configure { lazy: true } on the consumer side then it is only ardatan:webpack issue. But |
Hi @Fanaticys, is this issue still affecting you or meteor-webpack is supporting this case now? If so you still need changes here, please respond here and then we can finally proceed with it. |
Hello @CaptainN and @filipenevola , could you solve this issue? I have been trying to make it work for hours. Downgraded to the version 2.0.0 of
Checked all the reasons but in reality, I can use state Hooks without problem. SO I think it has to do with something else. |
@ZubMono This is almost certainly not a problem with |
Hello @CaptainN, I have problems with other packages too:
Tried to compile using Meteor but couldn't make my app run. I think the problem has to do with Meteor packages compiling before Webpack, and startup running before webpack compiles. Im not an expernt in this subject. This is my config file:
My packages.json
and babel.config
Any help is really appreciated! |
@ZubMono |
Thank for your answer @Fanaticys Trid the React example in the package but is not wokirng, made a repo for it: Here best regards, |
@ZubMono I do not know any other packages. I my case I decided to get rid of ardatan:webpack in project. |
Thanks @Fanaticys, I had to take the same decistion, right now I'm using meteor compiler and not webpack. Do you recommend any package to use with webpack? |
The reason of issue is new feature { lazy: true } in 2.0.1 version in package.js file of react-meteor-data package. Also I had created issue in ardatan:webpack atmosphere package (ardatan/meteor-webpack#90) several months ago.
The text was updated successfully, but these errors were encountered: