Upgrade webpack imports-loader
and exports-loader
plugins to v5
#34567
Labels
maintenance
Routine upkeep necessary for the health of the platform
We are currently using
In order to upgrade these to v5, we'll need to update our webpack config to support the new "options as object" syntax. This will more or less require reverse engineering how the old versions parse our current configuration strings and reproducing that with the new versions and new config structure.
The text was updated successfully, but these errors were encountered: