Packly is an HTML bundler for JavaScript applications. The current stable version is v0.0.4, released on an unscheduled cadence. It bundles HTML files and their dependencies into a single output. Key differentiators: lightweight, no heavy configuration, and TypeScript support. As an early-stage project, it may have limited features compared to mature bundlers like webpack or Parcel. Suitable for simple projects needing quick bundling without complex setups.
npm install packlyVerified import paths — ran on the pinned version, not inferred.
Demonstrates bundling an HTML file with Packly, specifying output directory and minification.
Pin dependency to exact version.
Use ES module syntax or set type: 'module' in package.json.
Check .d.ts files for missing exports.
Run 'npm install packly' and ensure import path is correct.
Use 'import { bundle } from 'packly' for named function.Add 'type': 'module' to package.json or rename file to .mjs.
No dependency data recorded yet.