mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 02:33:45 +08:00
@rollup/plugin-babel 7.1.0 pulls in workerpool for an opt-in parallel mode we never enable. Alias workerpool to a local stub so it is never bundled. Also adds a shim for the `os` package, which the rollup plugin now imports.
3 lines
42 B
JavaScript
Vendored
3 lines
42 B
JavaScript
Vendored
export function cpus() {
|
|
return [{}];
|
|
}
|