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 e68c45e commit c0ddb23Copy full SHA for c0ddb23
src/sass.configure.path.js
@@ -10,7 +10,7 @@ var SASSJS_RELATIVE_PATH = (function() {
10
'use strict';
11
12
// in Node things are rather simple
13
- const hasDir = typeof __dirname !== 'undefined';
+ var hasDir = typeof __dirname !== 'undefined';
14
if (hasDir) {
15
return __dirname;
16
}
0 commit comments