No content to show
User Activity
11-24-2023
Thank you Liam for the solution. After we tried the hack we mentioned earlier, it worked but was not a feasible approach. We updated the version number afterwards for the package you mentioned and it worked like a charm.
09-22-2023
We're in the middle of trying a hack to rollback to the last working version of the container image for now. I'll try the above method after this and get back with the outcome. It does seem to make sense. Thanks for the quick response though, Liam.
09-22-2023
I have tried excluding dependencies that have require("react") in their code from the optimizeDeps option in the vite build configuration.In our code we are not using require anywhere (double, triple checked).Tried adding the commonjs plugin for vite...
09-22-2023
I am building a Shopify app using the express template. When I run `vite build`, it adds `var o2=require("react")` in the build file. This makes the app build break when loading the app in shopify in the browser with the errorUncaught ReferenceError:...