Skip to content

abell v1.0.0-alpha.56: Vite Upgrade, Cleaner Generate Logs, Local DX Improvements

Pre-release
Pre-release
Compare
Choose a tag to compare

Vite Upgrade

This version upgrades from vite 2.7.13 to vite 2.9.7 and thus comes with all the changes and features related to that. Check out Vite's Changelog

Cleaner Generate Logs

Removed the server generate logs from the terminal since they are irrelevant while building static site

saurabhdaware@Saurabhs-MacBook-Air basic % yarn generate
yarn run v1.22.15
$ yarn abell generate
$ ../node_modules/.bin/abell generate
vite v2.9.7 building for production...
✓ 6 modules transformed.
dist/index.html                 0.83 KiB
dist/assets/index.1579b203.js   0.72 KiB / gzip: 0.41 KiB
`npx serve dist` to run static server
✨  Done in 0.85s.

Local DX Improvements

abell

  • Abell now has a local dev-server while working on projects! Inside packages/abell you can run yarn dev to start an auto-reload server that builds abell on every change.
  • You can use the local builds in packages/playground/basic now!

create-abell

  • Inside package/create-abell you can run yarn scaffold that scaffolds a temporary project in scaffold-dir locally. Scaffold is replaced after every command.

Will be writing better CONTRIBUTING.md with these changes once Abell v1 is ready for external contributions