peterhil / spellbook

Spellbook is a WebExtension to easily add new bookmarks to correct categories
Mozilla Public License 2.0
29 stars 2 forks source link

Try out Vite and Snowpack #62

Closed peterhil closed 1 year ago

peterhil commented 3 years ago

Try out Vite and/or Snowpack (unmaintained)

Tried out:

Ended up coming back to Rollup, because it allows precise control on how the packaging and code splitting works.

Vite seemed promising, but it is too much intended for web sites. On the plus side it handles Typescript out of the box.

I gave up on ESbuild, because the plugin scene seemed unmaintained.