Skip to content

Commit 86d99c4

Browse files
authored
Use normalised dotenv options (mrmckeb#59)
1 parent d866fba commit 86d99c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function init({ typescript: ts }: { typescript: typeof tsModule }) {
4040
dotenvOptions.path || '.env',
4141
);
4242
}
43-
dotenv.config(options.dotenvOptions);
43+
dotenv.config(dotenvOptions);
4444

4545
// Normalise SASS_PATH array to absolute paths.
4646
if (process.env.SASS_PATH) {

0 commit comments

Comments
 (0)