Skip to content

Commit

Permalink
Extend docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Nov 27, 2022
1 parent 0290189 commit c0d18bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/999-big-list-of-options.md
Expand Up @@ -1712,7 +1712,7 @@ Allows to manually define a list of function names that should always be conside
This can not only help with dead code removal, but can also improve JavaScript chunk generation especially when using [`experimentalMinChunkSize`](guide/en/#experimentalminchunksize).
Besides any functions matching that name, any properties on a pure function and any functions returned from a pure functions will also be considered pure.
Besides any functions matching that name, any properties on a pure function and any functions returned from a pure functions will also be considered pure functions, and accessing any properties is not checked for side effects.
```js
// rollup.config.js
Expand Down

0 comments on commit c0d18bd

Please sign in to comment.