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
{{ message }}
This repository was archived by the owner on Jan 6, 2024. It is now read-only.
Thank you very much for this library. It worked perfectly on version 1.1.2. However, on version 1.1.3 I get the error SyntaxError: Cannot use import statement outside a module when using the firebase package.
My node app uses require but this is somehow getting changed to import.
Thank you very much for this library. It worked perfectly on version 1.1.2. However, on version 1.1.3 I get the error
SyntaxError: Cannot use import statement outside a modulewhen using thefirebasepackage.My node app uses
requirebut this is somehow getting changed toimport.I made a minimal example at https://github.com/yaakovfeldman/jest-issue
Running
npm run testwith version 1.1.2 should produce no issues (except for jest complaining that the test suite contains no tests).Updating to version 1.1.3 produces: