Skip to content

Commit ef9f510

Browse files
FadySamirSadekmontogeek
authored andcommitted
docs(configuration) Remove array from possible values of Rule.sideEffects (#2467)
1 parent 69c412b commit ef9f510

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/configuration/module.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ contributors:
99
- dylanonelson
1010
- byzyk
1111
- pnevares
12+
- fadysamirsadek
1213
---
1314

1415
These options determine how the [different types of modules](/concepts/modules) within a project will be treated.
@@ -253,7 +254,7 @@ An array of [`Rules`](#rule) that is also used when the Rule matches.
253254

254255
## `Rule.sideEffects`
255256

256-
Possible values: `false | an array of paths`
257+
Possible values: `true | false`
257258

258259
Indicate what parts of the module contain side effects. See [Tree Shaking](/guides/tree-shaking/#mark-the-file-as-side-effect-free) for details.
259260

0 commit comments

Comments
 (0)