browserify icon indicating copy to clipboard operation
browserify copied to clipboard

A full-featured Browserify + vueify setup with hot-reload, linting & unit testing.

Results 13 browserify issues
Sort by recently updated
recently updated
newest added

``` (node:9396) Warning: Possible EventEmitter memory leak detected. 11 error listeners added. Use emitter.setMaxListeners() to increase limit ```

help wanted

Accidentally deleted `dist` folder breaks the workflow, because browserify and watchify do not and seemingly will not ensure that the output dir exists: https://github.com/substack/watchify/issues/269 One approach would be to add...

enhancement

I get this when running 'npm run dev' on a cloud9 instance.

bug