esbuild-gas-plugin icon indicating copy to clipboard operation
esbuild-gas-plugin copied to clipboard

(multi entry points support) Added support for cases where outdir is specified

Open ryusuke410 opened this issue 1 year ago • 1 comments

Google Apps Script (GAS) has a file size limitation, which makes it prone to hitting this limit when bundling everything into a single file. To work around this, it's common to split the output into multiple files by specifying multiple files in the entryPoints option of esbuild or using a glob pattern like **/*.ts. Therefore, esbuild-gas-plugin needs to support cases where there are multiple output files.

ryusuke410 avatar Aug 16 '24 13:08 ryusuke410

Thank you for your contribution!

Google Apps Script (GAS) has a file size limitation

Could you please tell me the source for this?

mahaker avatar Aug 17 '24 03:08 mahaker