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

fix(dotenv-flow:preload): add node resolver for exports:./config field, fixes #81 #82

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

kerimdzhanov
Copy link
Owner

This change fixes the issue with preloading dotenv-flow/config using Mocha's -r switch.

…ield, fixes #81

This change fixes the issue with preloading `dotenv-flow/config` using Mocha's `-r` switch.
@kerimdzhanov kerimdzhanov merged commit 74b211b into master Nov 1, 2023
24 checks passed
@kerimdzhanov kerimdzhanov deleted the feature/add-node-resolver-to-exports-config branch November 1, 2023 01:20
@kerimdzhanov kerimdzhanov changed the title fix(dotenv-flow:reload): add node resolver for exports:./config field, fixes #81 fix(dotenv-flow:preload): add node resolver for exports:./config field, fixes #81 Nov 6, 2023
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.

npx mocha -r dotenv-flow/config --recursive app not working on 4.0.0 but was fine on 3.2.0
1 participant