chore(codestyle): cleanup and reformat
This commit is contained in:
@@ -24,8 +24,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
||||
return result;
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
var fs = __importStar(require("fs-extra"));
|
||||
var child_process_1 = require("child_process");
|
||||
var fs = __importStar(require("fs-extra"));
|
||||
var paths = __importStar(require("./paths"));
|
||||
// Do this as the first thing so that any code reading it knows the right env.
|
||||
process.env.BABEL_ENV = "production";
|
||||
|
||||
Reference in New Issue
Block a user