Skip to content

Esbuild bundle improvements

TheLD requested to merge theld/esbuild-bundle-imporvements into master

Correctly check for relative cross module imports during package build and check for relative import from engine during project build

More fine grained control over what gets minified and what sourcemaps are generated. Defaults for --no-production have been changed to link the browser sourcemaps, so the initial download bundle is smaller

Merge request reports