-
Notifications
You must be signed in to change notification settings - Fork 10
Webpack 2 branch isn't working right now #46
Comments
Thanks for letting me know! Do you want to make a PR? |
It seems there are some issues with meteor-imports-webpack-plugin that are preventing webpack2 from working as well. jedwards1211/meteor-imports-webpack-plugin#13 I am still teaching myself webpack so these issues are difficult for me to solve at the moment. I am not sure when I will have time to dive in far enough to get a workable PR. |
As an alternative you can use Redux middleware to handle a lot of the Meteor reactivity. I adapted code from here https://github.com/djhi/my-nutrition/tree/master/app/client/middlewares for my own project. If those middleware's are active you just fire a redux action like this:
The caveat here is that data is usually stored twice on the client side. Once in minimongo via Meteor, and then again when the reducer stores it in state. Not a big deal to me. Just ignore that minimongo exists. ;-) |
It's funny how many ways there are to solve a problem. I have |
Okay, this is fixed now |
There seem to be a few issues:
After these changes it seems to run OK, but I am very new to webpack so there may still be other issues.
The text was updated successfully, but these errors were encountered: