diff --git a/README.md b/README.md index 29d8003..88290c1 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,15 @@ Options: Implies --es-syntax. Allow ECMAScript module syntax in .js files. CJS-style `require()` calls are also allowed. + -x, --external + Don't resolve or include modules named , , etc.; + leave them as require('') references in the bundle. Specifying + a path instead of a module name does nothing. + + --external-core + Ignore references to node.js core modules like 'events' and leave them + as require('') references in the bundle. + -h, --help Print this message.