pavlovp / teleport-registry-packer

A experimental implementation of bundling and serving packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

teleport-registry-packer

This is rollup as a service. Strictly serves only esm bundels to the users whic is bundled with its dependencies. It started out as a fork from packd and over the time evolved and we removed the support for umd. Since, we want it strictly to be esm based beacause of requirements

Setup

$ yarn
$ yarn run dev

Then open http://localhost:8080/confetti@1.0.11 in browser.

Deploy

About

A experimental implementation of bundling and serving packages

License:MIT License


Languages

Language:TypeScript 96.4%Language:JavaScript 3.6%