Skip to content

Commit e81fa62

Browse files
committed
Use NODE_ENV convention in README example
1 parent dc02a39 commit e81fa62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ If you want to prepend Sass code before the actual entry file, you can simply se
107107
module.exports = {
108108
...
109109
sassLoader: {
110-
data: "$env: " + process.env.ENV + ";"
110+
data: "$env: " + process.env.NODE_ENV + ";"
111111
}
112112
};
113113
```

0 commit comments

Comments
 (0)