Skip to content

Commit efc1c57

Browse files
committed
change parameter name (still supports the old one)
1 parent 3f2f72d commit efc1c57

File tree

4 files changed

+28
-957
lines changed

4 files changed

+28
-957
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ Read the modules from the `package.json` file instead of the `node_modules` fold
6363
modulesFromFile: true,
6464
/* or */
6565
modulesFromFile: {
66-
exclude: [/* sections to exclude, i.e 'devDependencies' */],
67-
include: [/* sections to explicitly include, i.e only 'dependencies' */]
66+
includeInBundle: [/* whole sections to include in the bundle, i.e 'devDependencies' */],
67+
excludeFromBundle: [/* whole sections to explicitly exclude from the bundle, i.e only 'dependencies' */]
6868
}
6969
}
7070
```

0 commit comments

Comments
 (0)