We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d866fba commit 86d99c4Copy full SHA for 86d99c4
src/index.ts
@@ -40,7 +40,7 @@ function init({ typescript: ts }: { typescript: typeof tsModule }) {
40
dotenvOptions.path || '.env',
41
);
42
}
43
- dotenv.config(options.dotenvOptions);
+ dotenv.config(dotenvOptions);
44
45
// Normalise SASS_PATH array to absolute paths.
46
if (process.env.SASS_PATH) {
0 commit comments