Skip to content

Commit 08a6d0c

Browse files
committed
Update docs
1 parent 161faa3 commit 08a6d0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,8 +538,8 @@ Each section in the config can have these options:
538538
It could be a path `"index.js"`, a [pattern] `"dist/app-*.js"`
539539
or an array `["index.js", "dist/app-*.js", "!dist/app-exclude.js"]`.
540540
* **import**: partial import to test tree-shaking. It could be `"{ lib }"`
541-
to test `import { lib } from 'lib'`, `*` to test `import * as all from 'lib'` or `{ "a.js": "{ a }", "b.js": "{ b }" }`
542-
to test multiple files.
541+
to test `import { lib } from 'lib'`, `*` to test all exports,
542+
or `{ "a.js": "{ a }", "b.js": "{ b }" }` to test multiple files.
543543
* **limit**: size or time limit for files from the `path` option. It should be
544544
a string with a number and unit, separated by a space.
545545
Format: `100 B`, `10 kB`, `500 ms`, `1 s`.

0 commit comments

Comments
 (0)