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.
neo-async
async
1 parent 620bdd4 commit fab89dcCopy full SHA for fab89dc
lib/loader.js
@@ -2,7 +2,7 @@
2
3
const sass = require("node-sass");
4
const path = require("path");
5
-const async = require("async");
+const async = require("neo-async");
6
const formatSassError = require("./formatSassError");
7
const webpackImporter = require("./webpackImporter");
8
const normalizeOptions = require("./normalizeOptions");
package.json
@@ -26,10 +26,10 @@
26
"release": "standard-version"
27
},
28
"dependencies": {
29
- "async": "^2.1.5",
30
"clone-deep": "^2.0.1",
31
"loader-utils": "^1.0.1",
32
"lodash.tail": "^4.1.1",
+ "neo-async": "^2.5.0",
33
"pify": "^3.0.0"
34
35
"devDependencies": {
0 commit comments