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

feat: extended the compileVendors and external options #19

Merged
merged 1 commit into from
Jun 2, 2023

Conversation

ncpa0cpl
Copy link
Owner

@ncpa0cpl ncpa0cpl commented Jun 2, 2023

  • compileVendors can now take a string literal "all" instead of a list of packages, when this option is selected, all imported packages that are not file-paths will be compiled into a separate file in the "_vendors" dir
  • external can now take a regex pattern

Additionally added presets that provide a list of external packages for Node, Deno and GJS environments.

- `compileVendors` can now take a string literal "all" instead of a list of packages,
  when this option is selected, all imported packages that are not filepatths will be
  compiled into a separate file in the "_vendors" dir
- `external` can now take a regex pattern

Additionally added presets that provide a list of `external` packages for Node, Deno
and GJS environments.
@ncpa0cpl ncpa0cpl merged commit 1a6840f into master Jun 2, 2023
@ncpa0cpl ncpa0cpl deleted the feat/extend-existing-config-options branch June 2, 2023 10:09
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.

1 participant