|
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. |
||
|---|---|---|
| .. | ||
| accounts | ||
| api.js | ||
| calcUnionAsync.js | ||
| catchExceptions.js | ||
| cron.js | ||
| email.js | ||
| facts.js | ||
| feedback.js | ||
| fixtures.js | ||
| i18n.js | ||
| index.js | ||
| IPGeocoder.js | ||
| isMaster.js | ||
| leaflet-workaround.js | ||
| migrations.js | ||
| prerender.js | ||
| ravenLogger.js | ||
| rest.js | ||
| sentryTunnel.js | ||
| sitemaps.js | ||
| subsUnion.js | ||