Hey there,
I'm thinking about moving my Meteor app over to webpack, and this seems to be a nice solution.
I have two questions.
First, can I easily use this with meteord? I think I could just run prod.js and then create my image, right?
Second, I'm a CoffeeScript user. I'd like to have all the scripts in / to be .coffee files, but I think I'd have to compile them to .js anyway, so I'd just end up with more files. Do you think there's a better solution for me or should I just keep all the files right there in JavaScript, which would also make updates from this repo easier?
Hey there,
I'm thinking about moving my Meteor app over to webpack, and this seems to be a nice solution.
I have two questions.
First, can I easily use this with meteord? I think I could just run
prod.jsand then create my image, right?Second, I'm a CoffeeScript user. I'd like to have all the scripts in
/to be.coffeefiles, but I think I'd have to compile them to.jsanyway, so I'd just end up with more files. Do you think there's a better solution for me or should I just keep all the files right there in JavaScript, which would also make updates from this repo easier?