Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade webpack imports-loader and exports-loader plugins to v5 #34567

Open
brian-smith-tcril opened this issue Apr 22, 2024 · 0 comments
Open
Labels
maintenance Routine upkeep necessary for the health of the platform

Comments

@brian-smith-tcril
Copy link
Contributor

We are currently using

"exports-loader": "0.6.4",
"imports-loader": "0.7.1",

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.

@feanil feanil added the maintenance Routine upkeep necessary for the health of the platform label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Routine upkeep necessary for the health of the platform
Projects
None yet
Development

No branches or pull requests

2 participants