gwm-react
v0.0.3
Published
gulp-web-modules plugin used to compile all jsx into javascript
Downloads
3
Maintainers
Readme
This plugin is deprecated as there is no need for it anymore.
Just use the following gulp-web-module configuration instead (and include reactify in your package.json)
require('gulp-web-modules')(
browserify: {
transform: ['reactify']
}
});