first
This commit is contained in:
11
node_modules/sass/sass.node.js
generated
vendored
Normal file
11
node_modules/sass/sass.node.js
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
require('./sass.dart.js');
|
||||
const library = globalThis._cliPkgExports.pop();
|
||||
if (globalThis._cliPkgExports.length === 0) delete globalThis._cliPkgExports;
|
||||
library.load({
|
||||
util: require("util"),
|
||||
stream: require("stream"),
|
||||
fs: require("fs"),
|
||||
immutable: require("immutable"),
|
||||
});
|
||||
|
||||
module.exports = library;
|
Reference in New Issue
Block a user