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.
2 parents b0f9527 + dd109d2 commit 88e0d73Copy full SHA for 88e0d73
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typescript-plugin-css-modules",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"main": "lib/index.js",
5
"author": "Brody McKee <[email protected]>",
6
"license": "MIT",
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