We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c412b commit ef9f510Copy full SHA for ef9f510
src/content/configuration/module.md
@@ -9,6 +9,7 @@ contributors:
9
- dylanonelson
10
- byzyk
11
- pnevares
12
+ - fadysamirsadek
13
---
14
15
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.
253
254
255
## `Rule.sideEffects`
256
-Possible values: `false | an array of paths`
257
+Possible values: `true | false`
258
259
Indicate what parts of the module contain side effects. See [Tree Shaking](/guides/tree-shaking/#mark-the-file-as-side-effect-free) for details.
260
0 commit comments