|
Some checks failed
build-image / build (push) Has been cancelled
Meteor's build only includes npm packages it sees imported/required somewhere in its own traced module graph. private/workers/unionWorker.js is a plain asset (loaded at runtime via new Worker(), never import/require'd from Meteor-compiled code), so @turf/circle, @turf/union and @turf/truncate got silently dropped from programs/server/node_modules — the worker crashed on every call with "Cannot find module '@turf/circle'", which incrementalAdd/process swallowed and stored as a "null" union (typeof null === 'object', so the null-check that guards against failed unions doesn't catch it). Side-effect imports here force Meteor to bundle them. |
||
|---|---|---|
| .. | ||
| api | ||
| modules | ||
| startup | ||
| ui | ||