You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Previously the helper comments in the `toString()` output were
incorrect for alternative forms of plugins (`optimization.minimizer`
and `resolve.plugins`) and would refer to them as though they were
instances of `config.plugins` instead.
Before:
`/* config.plugin('name') */`
After:
`/* config.optimization.minimizer('name') */`
`/* config.resolve.plugin('name') */`
Fixes#115.
See:
#95 (comment)
The text was updated successfully, but these errors were encountered: