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

duplicate publish (/modules) in prod #1

Closed jedwards1211 closed 8 years ago

jedwards1211 commented 8 years ago

The message Ignoring duplicate publish: 'counts' shows up in the console in prod mode because separate copies of collections/Counts are loaded, one in the usual location, one bundled into prerender.js. I need to figure out a solution for this

jedwards1211 commented 8 years ago

fixed by #17