File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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` .
You can’t perform that action at this time.
0 commit comments