-
If you use the ["browserify.transform"](https://github.com/substack/node-browserify#browserifytransform) feature, it will make it easier for those who also use browserify at the app level to use your …
-
Not sure weather this is a browserify issue, but versions prior to 8.0.2 used to work fine (including 8.0.1).
Now it exits with this error:
```
Error: write after end
at writeAfterEnd (D:\code\w…
-
I got this error while running `gulp clean` task.
``` javascript
// Clean.
gulp.task('clean', function() {
gulp.src(['client/dist'], {read: false}).pipe(clean());
});
```
```
events.js:72
…
-
- [x] Highlighting selected row and feature when onMouseOver
- [x] Setting automatically columns with looping a array which contain attributes
- [x] add a dropdown select to set a layer
- [x] creating…
-
require-globify barfs when there's JSX in the mix, and it seems putting reactify ahead of it doesn't help.
-
Hi everyone,
I follow http://codeloveandboards.com/blog/2014/09/10/rails-and-react-ii-a-real-use-case/. They use the line `cx = React.addons.classSet` in the last step "The PersonCard component".
I…
-
ref. http://facebook.github.io/react/blog/2015/06/12/deprecating-jstransform-and-react-tools.html
jsx トランスパイラの JSTransform は deprecated になったので Babel を使う。
ここに書いてあるのと同じ作業。
http://umi-uyura.hatenablog.c…
-
I need to apply `reactify` to my `.jsx` files and `sass-css-stream` to my `.scss` files. How can I configure this a) as an `appTransform` and b) within `package.json` files in each package directory?
-
Hi,
Great job you've done there. Thanks.
Just one question: why `reactify` is in `dependencies` and not `devDependencies` ?
-
Heads up, out of the box `node server` fails, citing the inability to find reactify. Went ahead and `npm install --save reactify` only to get the following error:
`transform: [babelify.configure({`…