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
Fix bug where ESM module load fails on windows. (#3692)
Patch allows Windows users to deploy Firebase Functions packaged as ES module.
We apply the same fix we made for Windows ES module support in the Functions Emulator (#3574) to the triggerParser script.
Fixes#3689
0 commit comments