You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/node-resolve/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ Specifies the root directory from which to resolve modules. Typically used when
159
159
rootDir: path.join(process.cwd(), '..')
160
160
```
161
161
162
-
## `ignoreSideEffectsForRoot`
162
+
###`ignoreSideEffectsForRoot`
163
163
164
164
If you use the `sideEffects` property in the package.json, by default this is respected for files in the root package. Set to `true` to ignore the `sideEffects` configuration for the root package.
0 commit comments