diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js index bd2a35d..6bf1e09 100644 --- a/src/index.js +++ b/src/index.js | |||
@@ -6,7 +6,7 @@ const loaderUtils = require('loader-utils') | |||
6 | const globby = require('globby') | 6 | const globby = require('globby') |
7 | const Promise = require('bluebird') | 7 | const Promise = require('bluebird') |
8 | const fs = Promise.promisifyAll(require('fs')) | 8 | const fs = Promise.promisifyAll(require('fs')) |
9 | const spawn = require('child_process').spawn | 9 | const spawn = require('cross-spawn') |
10 | const path = require('path') | 10 | const path = require('path') |
11 | const retryPromise = require('promise-retry') | 11 | const retryPromise = require('promise-retry') |
12 | 12 | ||