elidoran / cosmos-browserify

Browserify npm modules for client side in Meteor packages
MIT License
78 stars 12 forks source link

Using cosmos-browserify with `npm link` for local build debugging #33

Closed dearlordylord closed 8 years ago

dearlordylord commented 8 years ago

Hey, currently with React updated to 0.14 I have several libs that loads older React therefore having several React instances in application. I'm trying to change upgrade them locally without pushing to repo and debug in-place. However, npm link feature doesn't seems to work here. Any ideas how to archive this?

dearlordylord commented 8 years ago

It seems https://github.com/elidoran/cosmos-browserify/issues/25 have a note how to resolve that. Closing it.