Skip to content

Commit a4e366d

Browse files
authored
docs(configuration/output): Warn about module output being not usable in webpack4
1 parent 79e7947 commit a4e366d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/output.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1970,7 +1970,7 @@ module.exports = {
19701970
};
19711971
```
19721972

1973-
W> `output.module` is an experimental feature and can only be enabled by setting [`experiments.outputModule`](/configuration/experiments/#experiments) to `true`.
1973+
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.
19741974

19751975
## output.path
19761976

0 commit comments

Comments
 (0)