jsx-loader icon indicating copy to clipboard operation
jsx-loader copied to clipboard

make react-tools a peer dependency

Open nelix opened this issue 10 years ago • 5 comments

this will save some time bumping versions every time a new version of react is released, fixes #29

nelix avatar Jan 08 '15 09:01 nelix

Yes! This is one of the reasons why I use a homemade loader for JSX.

The version < 2 seems random to me. I just use "*".

waldreiter avatar Jan 08 '15 09:01 waldreiter

I'm not really an npm pro, but it needs to be over 0.12.1 but under version 1? But for some reason I typed 2. So I changed it to 1.

nelix avatar Jan 08 '15 09:01 nelix

:(

nelix avatar Feb 12 '15 06:02 nelix

This, please. 👍

Otherwise, it is difficult to ensure the desired version of react-tools is used for the JSX load, as npm will install the most current version, which may be out of sync with the project's React version.

benmosher avatar Mar 26 '15 12:03 benmosher

+1

coodoo avatar Apr 09 '15 02:04 coodoo