ardatan / meteor-webpack

https://medium.com/@ardatan/meteor-with-webpack-in-2018-faster-compilation-better-source-handling-benefit-from-bc5ccc5735ef
MIT License
123 stars 29 forks source link

How To Run After Compilation #20

Closed stolinski closed 6 years ago

stolinski commented 6 years ago

This might seem like a dumb question, but how do you run your site after compilation. Is the intention to run through webpack or through Meteor.

For clarification, I'm running webpack -w and things are compiling fine, but should I be then running meteor as well to fire up the server?

ardatan commented 6 years ago

You need to call meteor only. BTW, this section is for bugs and other similar issues. Please use gitter or stackoverflow for support.

stolinski commented 6 years ago

I appreciate it, however nowhere in this repo does it say that the issue queue is for bugs only. IMO this kind of issue illuminates deficiencies in the docs and can be very helpful for others coming onto this lib. I very much doubt the correct eyes would have seen this in S/O and there was no mention of Gitter in the readme.