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
What kind of change does this PR introduce?
feature
Did you add tests for your changes?
partially, existing tests
Does this PR introduce a breaking change?
no
What needs to be documented once your changes are merged?
Plugins should consume require("webpack").sources instead of require("webpack-sources") to avoid version conflicts for persistent caching
The text was updated successfully, but these errors were encountered:
A pull request by @sokra was merged and maintainers requested a documentation change.
See pull request: webpack/webpack#11345
What kind of change does this PR introduce?
feature
Did you add tests for your changes?
partially, existing tests
Does this PR introduce a breaking change?
no
What needs to be documented once your changes are merged?
Plugins should consume
require("webpack").sources
instead ofrequire("webpack-sources")
to avoid version conflicts for persistent cachingThe text was updated successfully, but these errors were encountered: