From 9efbbf5708ede521332d8ff6ace647f71857ca7f Mon Sep 17 00:00:00 2001 From: Fady Samir Sadek Date: Fri, 24 Aug 2018 09:31:17 +0200 Subject: [PATCH] remove array from possible values of Rule.sideEffects --- src/content/configuration/module.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/configuration/module.md b/src/content/configuration/module.md index 82d031a3724f..e473ae169be7 100644 --- a/src/content/configuration/module.md +++ b/src/content/configuration/module.md @@ -9,6 +9,7 @@ contributors: - dylanonelson - byzyk - pnevares + - fadysamirsadek --- 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. ## `Rule.sideEffects` -Possible values: `false | an array of paths` +Possible values: `true | false` Indicate what parts of the module contain side effects. See [Tree Shaking](/guides/tree-shaking/#mark-the-file-as-side-effect-free) for details.