From a4e366d1ea40950184d145e4f36aaa1bdeed2abd Mon Sep 17 00:00:00 2001 From: Jack Tomaszewski Date: Fri, 14 Oct 2022 10:06:51 +0200 Subject: [PATCH] docs(configuration/output): Warn about module output being not usable in webpack4 --- src/content/configuration/output.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/configuration/output.mdx b/src/content/configuration/output.mdx index e6867a4a5927..59a323e4ffa4 100644 --- a/src/content/configuration/output.mdx +++ b/src/content/configuration/output.mdx @@ -1970,7 +1970,7 @@ module.exports = { }; ``` -W> `output.module` is an experimental feature and can only be enabled by setting [`experiments.outputModule`](/configuration/experiments/#experiments) to `true`. +W> `output.module` is an experimental feature and can only be enabled by setting [`experiments.outputModule`](/configuration/experiments/#experiments) to `true`. [One of the known problems](https://github.com/webpack/webpack/issues/11277#issuecomment-992565287) is that such a library can't be consumed by webpack4-based (and possibly other too) applications. ## output.path