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
Webpack is a dev dependency for us, so changing it is not a breaking change by itself. But if we've lost support of webpack 4 by updating to loader-utils 3, I guess I should have made it a major release.
4 commit comments
ilimei commentedon Oct 26, 2022
migrate webpack 4->webpack5 , why not update the major version?
rpominov commentedon Oct 26, 2022
Webpack is a dev dependency for us, so changing it is not a breaking change by itself. But if we've lost support of webpack 4 by updating to loader-utils 3, I guess I should have made it a major release.
Is that the case? This is not mentioned in loader-utils' changelog https://github.com/webpack/loader-utils/blob/master/CHANGELOG.md#300-2021-10-20
/cc @caa1211
rpominov commentedon Oct 27, 2022
I've released version 3.0.3 that has support of Webpack v4 again
ilimei commentedon Nov 13, 2022
thks