Closed sleman closed 9 years ago
Tried running --node option with watchify and it gets silently ignored even though watchify should have same options as browserify.
Docs state Use watchify with all the same options as browserify except that -o (or --outfile) is mandatory..
Use watchify with all the same options as browserify except that -o (or --outfile) is mandatory.
The option works. It probably didn't seem to work because of https://github.com/substack/node-browserify/pull/1361. Please open a new issue if you're still having problems.
Tried running --node option with watchify and it gets silently ignored even though watchify should have same options as browserify.
Docs state
Use watchify with all the same options as browserify except that -o (or --outfile) is mandatory.
.