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
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
The current transformation supports migrating a webpack configuration from v1 to v2.
What is the expected behavior?
The transformation should support migrating a webpack configuration from v3 to v4.
If this is a feature request, what is motivation or use case for changing the behavior?
After some discussion the decision was made to update our migration transformations to actively support migrating only from the previous version to the current version, which currently means v3 - v4. Migrating older versions such as v1 or v2 will no longer be supported.
This feature request is to update the bannerPlugin transformation accordingly.
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
The current transformation supports migrating a webpack configuration from
v1
tov2
.What is the expected behavior?
The transformation should support migrating a webpack configuration from
v3
tov4
.If this is a feature request, what is motivation or use case for changing the behavior?
After some discussion the decision was made to update our migration transformations to actively support migrating only from the previous version to the current version, which currently means
v3 - v4
. Migrating older versions such asv1
orv2
will no longer be supported.This feature request is to update the
bannerPlugin
transformation accordingly.The text was updated successfully, but these errors were encountered: