mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Do not get process object by using require
Because `process` object is globally available in Node.js.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
var path = require('path');
|
||||
var process = require('process');
|
||||
|
||||
var GULP_EXE = 'gulp';
|
||||
if (process.platform === 'win32') {
|
||||
|
||||
Reference in New Issue
Block a user