jcoreio / crater

Meteor/Webpack/React SSR app skeleton that runs your app code outside of Meteor Isobuild
ISC License
82 stars 10 forks source link

make src/server/server.js the server bundle entry point #17

Closed jedwards1211 closed 8 years ago

jedwards1211 commented 8 years ago

This solves issues with modules in universal getting duplicated and run twice, which could crash the server if e.g. a Mongo.Collection gets created with the same name twice. I also fixed the path for prerender.css.