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
This is because if CAPTURE_METRICS in babel.config we push a second instance of the module-resolver plugin. Before the PR it was the only instance, and thus it was working:
melvin-botbot
changed the title
[Dev] App bundling fails with CAPTURE_METRICS=true
[HOLD for payment 2023-11-09] [Dev] App bundling fails with CAPTURE_METRICS=true
Nov 2, 2023
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.94-2 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue:
If no regressions arise, payment will be issued on 2023-11-09. 🎊
After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
Details
This PR:
introduced a regression, where when you said
CAPTURE_METRICS=true
in your env and try to run the app, you'll get the following error:Reason / solution
This is because if
CAPTURE_METRICS
in babel.config we push a second instance of themodule-resolver
plugin. Before the PR it was the only instance, and thus it was working:App/babel.config.js
Lines 88 to 93 in 2707647
The text was updated successfully, but these errors were encountered: