browserify
browserify copied to clipboard
A full-featured Browserify + vueify setup with hot-reload, linting & unit testing.
``` (node:9396) Warning: Possible EventEmitter memory leak detected. 11 error listeners added. Use emitter.setMaxListeners() to increase limit ```
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...
I get this when running 'npm run dev' on a cloud9 instance.