From 5a979cf2d7f085f2167ea086e1cb395cbb827086 Mon Sep 17 00:00:00 2001 From: chenxsan Date: Sun, 3 Jul 2022 10:43:29 +0800 Subject: [PATCH] docs(api): document canMangle --- src/content/api/module-variables.mdx | 2 ++ 1 file changed, 2 insertions(+) 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)