Error on deploy
I am using Google Cloud run when deploying my site. The plugin works 100 in development but getting the following build error.
TypeError: debug_1.Debug.extend is not a function
at Object.
In my docker file I expose port 8080, not sure if the could be the reason? ERROR: (gcloud.run.services.update) Cloud Run error: The user-provided container failed to start and listen on the port defined provided by the PORT=8080 environment variable. Logs for this revision might contain more information.
Can you try the latest version and reopen it if the issue still persists? Thanks!
Manually changing the highlighted import to 'debug' in the production bundle solves the problem. No idea why this happens though (importing the debug library from the wrong place).

issue persist

same issue