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

Bundling with esbuild #338

Merged
merged 4 commits into from
Aug 20, 2024
Merged

Bundling with esbuild #338

merged 4 commits into from
Aug 20, 2024

Conversation

hlanderdev
Copy link
Contributor

  • Bump esbuild version to v0.23.1
  • Add esbuild as a direct dependency
  • Add --bundle/-b build flag to build and serve commands
  • Rename --benchmark/-b to --profile/-P
  • Note: right now bundle cleans up spa dir and only keeps core/main.js (bundled) and bundle.css. Might want to change this or make it optional.

hlanderdev and others added 4 commits August 20, 2024 14:06
- Bump esbuild version to v0.23.1
- Add esbuild as a direct dependency
- Add --bundle/-b build flag to build and serve commands
- Rename --benchmark/-b to --profile/-P
Note: right now bundle cleans up spa dir and only keeps core/main.js
(bundled) and bundle.css. Might want to change this or make it optional.
@jimafisk
Copy link
Member

This is awesome, thanks @hlanderdev 🎉

@jimafisk jimafisk merged commit 55b41f8 into plentico:master Aug 20, 2024
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