motdotla / dotenv-expand

Variable expansion for dotenv. Expand variables already on your machine for use in your .env file.
https://dotenvx.com
BSD 2-Clause "Simplified" License
953 stars 95 forks source link

ISSUE-94: Removing the lookbehind as it is not working on safari.' #97

Closed kadiiski closed 8 months ago

kadiiski commented 1 year ago

Related to issue https://github.com/motdotla/dotenv-expand/issues/94

motdotla commented 8 months ago

the regex has changed. maybe give it a try now - though still not certain why this is being put to use in the browser.

https://github.com/motdotla/dotenv-expand/blob/master/lib/main.js#L14