Skip to content

Commit 58f3eb7

Browse files
authored
docs(api): document canMangle (#6257)
1 parent f82e706 commit 58f3eb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/api/module-variables.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ In modules, `__webpack_exports_info__` is available to allow exports introspecti
264264
265265
- Accessing the info from nested exports is possible: i. e. `__webpack_exports_info__.<exportName>.<exportName>.<exportName>.used`
266266
267+
- Check whether exports can be mangled with `__webpack_exports_info__.<name>.canMangle`
268+
267269
## \_\_webpack_is_included\_\_ (webpack-specific)
268270
269271
<Badge text="5.16.0+" />

0 commit comments

Comments
 (0)