table of contents
USAGE:(1) | User Commands | USAGE:(1) |
NAME¶
Usage: - bundle client-side JavaScript using Node.js-style module syntaxSYNOPSIS¶
browserify-lite ./entry-file.js --outfile bundle.jsDESCRIPTION¶
Standard Options:- --outfile
- Write the browserify bundle to this file
- --standalone xyz
- Export as window.xyz
Standard Options:
- --outfile
- Write the browserify bundle to this file
- --standalone xyz
- Export as window.xyz
January 2017 | Usage: browserify-lite ./entry-file.js --outfile bundle.js |