diff --git a/README.md b/README.md index 0cd5757f..b2cc9543 100644 --- a/README.md +++ b/README.md @@ -1389,7 +1389,8 @@ Mark the following dependencies as configuration file to exclude them from the bundle: ``` -module: { +module.exports = { + //... externals: ['dtrace-provider', 'fs', 'mv', 'os', 'source-map-support'] } ```