From cfa924ef0cc802a4187ed0a76b8aa668551f052c Mon Sep 17 00:00:00 2001 From: eric thul Date: Tue, 24 May 2016 07:46:39 -0400 Subject: Use cross-spawn for windows support Resolves #50 --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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') const globby = require('globby') const Promise = require('bluebird') const fs = Promise.promisifyAll(require('fs')) -const spawn = require('child_process').spawn +const spawn = require('cross-spawn') const path = require('path') const retryPromise = require('promise-retry') -- cgit v1.2.3