haxiomic / dts2hx

Converts TypeScript definition files (d.ts) to haxe externs (.hx) via the TypeScript compiler API
MIT License
134 stars 9 forks source link

Esbuild not resolving node modules in Three example #129

Open ConfidantCommunications opened 8 months ago

ConfidantCommunications commented 8 months ago

So per my note in #128 The esbuild script was giving errors when trying to bundle a three.js submodule. If I edit the file at /node_modules/three/package.json I can fix it so it bundles (e.g. for OrbitControls), but I am needing several modules already and would like to avoid that work. Am I missing something?