-
Notifications
You must be signed in to change notification settings - Fork 74
I don't get it #4
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
There's a good list of reasons in the readme. If none of those reasons On Mon, Jul 27, 2015, at 01:06 PM, Chet Corcos wrote:
Links: |
Well its just another build system right? I like to ES6 module imports stuff for controlling load order. But I'm not sure how this plays with the rest of the meteor ecosystem. Is this just a little side project, or is this meant for serious development? |
@ccorcos I think one of the big draws is using things like hot-reloading on a per module/function basis: https://github.com/gaearon/react-hot-loader
I think it's mainly useful for large apps that have specific needs. I haven't used it yet outside of a few tests so i'm not sure what conflicts may popup with Meteor. At any rate it sounds pretty cool 👍 I wish Meteor would/could use webpack for their packaging! |
I'm using it for serious development. Webpack plays very well with the On Tue, Jul 28, 2015, at 01:47 AM, Chet Corcos wrote:
Links: |
Wow, that hot-reloater is sweet! Much faster than recompiling all the files and refreshing. Meteor needs to get on it with their build tools. They need something that works with common.js, but I'm not sure they're ever going to do that. With this package, do I lose any Meteor features? Can I deploy an application and live-reload the app? |
I see. Does webpack also work for Node? Or is it just a browser thing? |
I don't have any experience with this but it seems like yes? |
Oy vey. My eyes start to gloss over as soon as I start thinking about spending that much time on a build system before I can even start coding an isomorphic web app with all the bells and whistles I want. |
Unless anyone has any objections I'll close this issue |
👍 Sounds good to me. If I have some time this week I can work on drafting up another readme and perhaps we can cherry pick some things out of it if it ends up being easier to glance at and understand. |
Why use webpack?
The text was updated successfully, but these errors were encountered: