0.5.1 • Published 4 years ago

browserify-lite v0.5.1

Weekly downloads
16
License
MIT
Repository
github
Last release
4 years ago

browserify-lite

browserify, minus some of the advanced features and heavy dependencies.

  • No builtin Node.js shims.
  • Naive AST tokenization for require instead of true AST parsing.
    • All require statements are found regardless of if they are in an if statement or a function body that is never called.
  • Only supports a single entry file and the --outfile parameter, nothing else.
  • No source maps.
  • Minimal dependencies.

Usage

browserify-lite ./entry-file.js --outfile bundle.js

Standard Options:

        --outfile         Write the browserify bundle to this file.
        --standalone xyz  Export as a window global.

./src/app.js can depend on any modules using Node.js's module resolution system and they will be bundled as well.

0.5.1

4 years ago

0.5.0

8 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.5

9 years ago

0.2.4

9 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.0.1

10 years ago