All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.modules-tests.build-source.sh Maven / Gradle / Ivy

The newest version!
set -e

# clean
rm -rf ./dist

# build esm
esbuild $(find . -iname '*.ts' -not -iname '*.d.ts') --sourcemap=inline --outdir=dist/esm --format=esm --target=es2022

# build cjs
esbuild $(find . -iname '*.ts' -not -iname '*.d.ts') --sourcemap=inline --bundle --outdir=dist/cjs --format=cjs --target=es2022




© 2015 - 2025 Weber Informatics LLC | Privacy Policy