Bluejay 0.2.0
Development
What's New in Bluejay 0.2.0?
Install
$ bun add https://github.com/apacheli/bluejay
QoL Changes
- Bluejay now uses preloading to make importing smoother for
.md,.mdx, and.svgmodules. - Assets and pages can now be defined manually.
- Assets now load to
/instead of/assetsrelative toBluejayOptions.path. - Bluejay now uses TypeScript which should overall improve the development experience.
- We also added a blog page.
Optimizations
- Pages load ~38% faster on uncached
.md/.mdxfiles and ~9.1x faster if cached. Cached files are stored in.bluejayrelative toBun.cwd. - Less logging is done which results in faster code execution.
Contributors
We love contributions! Check out our GitHub for more details.