My vue app has been working great for a long time until today.
It's now giving me an error in Chrome and in Safari that each say their own thing but still related to the same issue:
Error in Safari: "SyntaxError: Importing binding name 'getApps' is not found."
Error in Chrome: "SyntaxError: The requested module '/node_modules/.vite/deps/firebase_app.js?v=842e1ca9' does not provide an export named 'getApps'"
Not sure why this would happen all of a sudden. Any suggestions or tips? Thanks in advance.