-
Using browserify-rails 3.0.0 with the following in `package.json`:
```
"devDependencies": {
"babelify": "^7.2.0",
"browserify": "^10.2.4",
"browserify-incremental": "^3.0.1",
"react":…
-
I was trying to use your library in react project coded with coffeescript and run into some issues:
I'm running coffee-reactify transform before this so everything is pure javascript.
First all my f…
-
Reported on Discord by bakert#2193
-
I'm facing 1 issue on my Unit Test. It happens when I tried to add `babelify` into `browerify`'s transform to convert ES6 in my implement code.
```
browserify: {
transform: ['babelify', 'reacti…
-
I execute make on the Makefile in the master-detail example but it is deleted right away. How can I generate the bundle and run your examples?
-
Reported on Discord by bakert#2193
-
I'm not sure how active this project is, but some notes on installation:
1. Bower is required for this to work as is gulp, so you should add to the README.md and then you need `npm install -g bower gu…
-
It would be great to be able to use browserify. The issue here is the extension ordering -- browserify can't parse jsx so it has to run beforehand. However, the compiles always run after extensions at…
-
In an example at https://react.semantic-ui.com/modules/sidebar/#states-visible there's a snippet like this:
```
import React from 'react'
import { Header, Icon, Image, Menu, Segment, Sidebar } fr…
-
I am using browserify with brfs in a Chrome extension. My gulpfile looks like this:
``` js
gulp.task('browserify', function() {
return browserify(paths.main)
.transform(reactify)
.transform…