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

Change Bundler from rollup to tsup #53

Merged
merged 37 commits into from
Dec 4, 2023
Merged

Change Bundler from rollup to tsup #53

merged 37 commits into from
Dec 4, 2023

Conversation

axmad386
Copy link
Member

@axmad386 axmad386 commented Dec 4, 2023

  • feat(lunox-core): ability to run command without service provider
  • chore(lunox-core): change bundler to tsup
  • chore(lunox-auth): change bundler to tsup
  • chore(lunox-eloquent): ignore database.sqlite
  • chore(lunox-eloquent): change bundler to tsup
  • chore(lunox-typeorm): change bundler to tsup
  • chore(lunox-prisma): change bundler to tsup
  • chore(lunox-auth): change bundler to tsup
  • chore: change .mjs to .js for consistency
  • chore(lunox-core): change output extension to .js
  • chore(lunox-test): change bundler to tsup
  • chore(lunox-eloquent): change build extension to .js
  • chore(lunox-typeorm): change build extension to .js
  • chore(lunox-prisma): change build extension to .js
  • chore(lunox-session): change bundler to tsup
  • chore(lunox-auth): change output extension to .js
  • chore(lunox-event): change bundler to tsup
  • chore(lunox-filesystem): change bundler to tsup
  • chore(lunox-view): change bundler to tsup
  • chore(lunox-view-plugin-svelte): change bundler to tsup
  • chore(lunox-view-plugin-react): change bundler to tsup
  • chore(lunox-filesystem): bump dependencies
  • chore(lunox-mail): change bundler to tsup
  • chore(lunox-validation): change bundler to tsup
  • chore(lunox-zod): change bundler to tsup
  • fix(lunox-core): Console Kernel not register providers
  • chore(preset-api): change bundler to tsup
  • refactor(lunox-core): move common types to contracts
  • chore(lunox-auth): change experimentalDts to dts for module augmentation
  • chore(lunox-session): change experimentalDts to dts for module augmentation
  • chore(lunox-validation): change experimentalDts to dts for module augmentation
  • chore(lunox-zod): change experimentalDts to dts for module augmentation
  • chore(preset-api): separate artisan command for production and development
  • chore(preset-react): change bundler to tsup
  • chore(preset-svelte): change bundler to tsup
  • docs: update README

@axmad386
Copy link
Member Author

axmad386 commented Dec 4, 2023

Please not that tsup experimentalDts still have issue for same cases. Module augmentation not supported yet, so some packages type definition still bundled using dts
This PR remove tsc and rollup as dev dependency, switched to tsup for better bundling speed and emitDecorator support

@axmad386 axmad386 merged commit 07e911e into next Dec 4, 2023
@axmad386 axmad386 deleted the tsup branch December 4, 2023 08:42
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.

None yet

1 participant