Introduction

Packup is web application bundler for Deno, inspired by parcel. Packup connects your assets such as html, css, javascript and bundles them into static files. It also serves them dynamically when in development.

Features

Packup supports TypeScript out of the box, and provides type checked development environment along with vscode deno extension.

Packup doesn't support commonjs modules, instead it supports Deno compatible module resolution.

Packup uses esbuild bundler internally to bundle your scripts, and it's very fast!


Edit this page in GitHub