Skip to content
New issue

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

caching fixes finally #370

Merged
merged 6 commits into from Nov 3, 2022
Merged

caching fixes finally #370

merged 6 commits into from Nov 3, 2022

Conversation

goatandsheep
Copy link
Owner

Link to issue

fixes #75

Description of changes being made

  • What was the solution to the problem? Updated Babel and worked with Babel team to clean up the library
  • Did you set option verbose: true in your babel config? If so, what was the output?

@goatandsheep
Copy link
Owner Author

okay so yes, process.env is for some reason cached for unsafe mode and thus cannot be changed inline but it does read the value properly so for now this test is being removed

@goatandsheep
Copy link
Owner Author

thank you @nicolo-ribaudo for the help on this!

@goatandsheep goatandsheep merged commit 8068845 into main Nov 3, 2022
@goatandsheep goatandsheep deleted the bugfix/gh-75 branch November 3, 2022 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.env file variables are cached
1 participant