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(prepare): added prepare step #38

Merged
merged 5 commits into from
Apr 23, 2024
Merged

Conversation

Stradivario
Copy link
Member

@Stradivario Stradivario commented Apr 22, 2024

Issue

Description

Removed the need of mongodb and mongoose as a dependency of the library
Added bundler option in order to let user decide which bundler to use
The default bundler if property bundler is not specified is esbuild but it will not bundle the code but instead transpile so do not expect to work with namespaces path like @shared/my-path.
If you have some shared logic you may introduce bundler options and to decide which bundler to use or you can use esbuild just extend your options

Type of change

  • Breaking change

@Stradivario Stradivario marked this pull request as ready for review April 23, 2024 08:32
@Stradivario Stradivario merged commit c0d4fb1 into master Apr 23, 2024
2 checks passed
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