Conversation
|
Oh, it was already solved here: #8 and it came back. :-) |
|
@tajo It is javascript source now when you install from npm, still need config reactify to dependencies? |
|
Yep, I do. The problem is caused by: When I delete it, it works. |
|
This problem still actual. Maybe it will be better to remove browserify config from package.json and specify transforms in gulpfile directly? |
|
Oh, I saw that transforms already specified in gulpfile.js, so I believe it is no longer needed in package.json. |
|
+1 |
|
Hey, i am still getting this error, using react 0.14 and halogen 0.1.10. Any pointers ? |
|
Well, |
Reactify must be in normal deps, otherwise it doesn't work properly if your project build process is different (for example, I'm using babelify transformation instead of reactify).
We already discussed that in #1 and you put it back. The other solution is to point package's
mainto bundled version.