Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/bs / dist / bundle / buildInParallel.js
Size: Mime:
"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