jsx-loader
jsx-loader copied to clipboard
make react-tools a peer dependency
this will save some time bumping versions every time a new version of react is released, fixes #29
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 "*"
.
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.
:(
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.
+1