juliancwirko / react-s-alert

Alerts / Notifications for React with rich configuration options
https://www.npmjs.com/package/react-s-alert
MIT License
649 stars 75 forks source link

Run build without React #8

Closed brianyang closed 8 years ago

brianyang commented 8 years ago

I'm developing a Meteor app which includes React, and I'm getting the error that there are two copies of React

how can I remove the reference and build a new source in ./dist?

thank you!

juliancwirko commented 8 years ago

Hi, how do you install React in Meteor? Do you use React from Meteor package or from Npm? I gues I could use React as a peerDependency here, it should help, but I need to test it. I'll do it asap.

brianyang commented 8 years ago

i just included the source in lib, thanks for your help

juliancwirko commented 8 years ago

Ok. I need to test it anyway. Could you tell me what version of React do you use and how do you install React in Meteor? Do you use old wayt do do it with Meteor packages? Or is it Npm with Meteor 1.3?