Skip to main content
Home

@libs/bundle@12.6.5
Built and signed on GitHub Actions

📦 Code bundlers, formatters, minifiers and others tools.

This package works with Deno
This package works with Deno
JSR Score
88%
Published
3 weeks ago (12.6.5)

📦 Bundle utilities

JSR JSR Score NPM Coverage

🗜️ TypeScript

✨ Features

  • Support for passing either a raw TypeScript string or a file URL.
  • Support for injecting comment banners (e.g., for licenses).
  • Minification is enabled by default.
    • Support for advanced minification through Terser.

🎨 CSS

✨ Features

  • Support for passing either a raw CSS string or a file URL.
  • Support for injecting comment banners (e.g., for licenses).
  • Support for minification through CSSO.
  • Support for formatting and linting through StyleLint.
  • Support form compatibility checking against MDN compatibility data.

🔬 WASM

Launch wasm-pack for a Rust project, inject generated bindings as a base64 string and minify the JS output!

✨ Features

  • Support for injecting comment banners (e.g., for licenses).

📜 License and credits

Copyright (c) Simon Lecoq <@lowlighter>. (MIT License)
https://github.com/lowlighter/libs/blob/main/LICENSE
Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@libs/bundle

Import symbol

import * as bundle from "@libs/bundle";
or

Import directly with a jsr specifier

import * as bundle from "jsr:@libs/bundle";