Skip to content

Register options

Split as a separate merge request from !102 (merged).

I needed a way to be able to pass --no modules when using the register script as a mocha compiler (https://github.com/rollup/rollup/issues/657#issuecomment-220786674).

The two environment variables (BUBLE_OPTION_YES and BUBLE_OPTION_NO) are the equivalents of the --no and --yes command line switches.

Merge request reports