Repository URL to install this package:
|
Version:
3.5.2 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const parallel_webpack_1 = require("parallel-webpack");
throw new Error('need to load registerDotEnv here / in the webpack.config');
const configPath = require.resolve('./webpack.config.js');
console.log({ configPath });
function notify() {
console.log('@@notify');
// @note - now done on server in jenkins?
// require('../../shell/build_prod_post')
}
const parallelConfig = {
watch: false,
maxRetries: 1,
stats: true,
maxConcurrentWorkers: 2,
};
parallel_webpack_1.run(configPath, parallelConfig, notify);
//# sourceMappingURL=buildInParallel.js.map