Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 7, 2022
1 parent 161faa3 commit 08a6d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,8 @@ Each section in the config can have these options:
It could be a path `"index.js"`, a [pattern] `"dist/app-*.js"`
or an array `["index.js", "dist/app-*.js", "!dist/app-exclude.js"]`.
* **import**: partial import to test tree-shaking. It could be `"{ lib }"`
to test `import { lib } from 'lib'`, `*` to test `import * as all from 'lib'` or `{ "a.js": "{ a }", "b.js": "{ b }" }`
to test multiple files.
to test `import { lib } from 'lib'`, `*` to test all exports,
or `{ "a.js": "{ a }", "b.js": "{ b }" }` to test multiple files.
* **limit**: size or time limit for files from the `path` option. It should be
a string with a number and unit, separated by a space.
Format: `100 B`, `10 kB`, `500 ms`, `1 s`.
Expand Down

0 comments on commit 08a6d0c

Please sign in to comment.