Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ryusuke410
Copy link

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 ryusuke410 force-pushed the feature/multi-entry-points branch from ef6033c to cbfe968 Compare August 16, 2024 13:05
@ryusuke410 ryusuke410 marked this pull request as draft August 16, 2024 13:12
@ryusuke410 ryusuke410 force-pushed the feature/multi-entry-points branch 2 times, most recently from 7924f98 to 24f0d8b Compare August 16, 2024 15:06
@ryusuke410 ryusuke410 force-pushed the feature/multi-entry-points branch from 24f0d8b to 3bb3fd8 Compare August 16, 2024 15:08
@ryusuke410 ryusuke410 marked this pull request as ready for review August 16, 2024 15:09
@mahaker
Copy link
Owner

mahaker commented Aug 17, 2024

Thank you for your contribution!

Google Apps Script (GAS) has a file size limitation

Could you please tell me the source for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants