We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3cc790 commit 212939dCopy full SHA for 212939d
packages/angular_devkit/build_angular/src/webpack/plugins/javascript-optimizer-plugin.ts
@@ -168,12 +168,6 @@ export class JavaScriptOptimizerPlugin {
168
const workerPool = new Piscina({
169
filename: workerPath,
170
maxThreads: MAX_OPTIMIZE_WORKERS,
171
- env: {
172
- ...process.env,
173
- // Workaround for `TypeError [Error]: Cannot read property 'workerPort' of undefined`
174
- // See: https://github.com/evanw/esbuild/commit/aa8b9ce8d462378f0f06ac52e83f6c32332dde38
175
- ESBUILD_WORKER_THREADS: '0',
176
- },
177
});
178
179
// Enqueue script optimization tasks and update compilation assets as the tasks complete
0 commit comments