diff --git a/src/content/api/module-variables.mdx b/src/content/api/module-variables.mdx index d95649cb591e..d02f43cebbc3 100644 --- a/src/content/api/module-variables.mdx +++ b/src/content/api/module-variables.mdx @@ -264,6 +264,8 @@ In modules, `__webpack_exports_info__` is available to allow exports introspecti - Accessing the info from nested exports is possible: i. e. `__webpack_exports_info__....used` +- Check whether exports can be mangled with `__webpack_exports_info__..canMangle` + ## \_\_webpack_is_included\_\_ (webpack-specific)