We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If we create a fresh yarn.lock in regen-web on dev it breaks some features of the app.
yarn.lock
regen-web
dev
As an example go to this deploy preview and try to connect: https://deploy-preview-2038--regen-marketplace.netlify.app/ You'll get the following error: ReferenceError: require is not defined
ReferenceError: require is not defined
We need to figure out the dependency upgrades that cause these issues.
The text was updated successfully, but these errors were encountered:
Reopening this as it seems we still have issues following the yarn.lock update.
Sorry, something went wrong.
Post estimating to 5 based on time spent.
flagrede
Successfully merging a pull request may close this issue.
If we create a fresh
yarn.lock
inregen-web
ondev
it breaks some features of the app.As an example go to this deploy preview and try to connect: https://deploy-preview-2038--regen-marketplace.netlify.app/
You'll get the following error:
ReferenceError: require is not defined
We need to figure out the dependency upgrades that cause these issues.
The text was updated successfully, but these errors were encountered: