Skip to content

Commit

Permalink
docs(configuration): Warn about module output being not usable in web…
Browse files Browse the repository at this point in the history
…pack4 (#6453)
  • Loading branch information
jtomaszewski authored Oct 14, 2022
1 parent ff92f61 commit dcb3671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/configuration/output.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

1 comment on commit dcb3671

@vercel
Copy link

@vercel vercel bot commented on dcb3671 Oct 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.