0.0.2 • Published 5 months ago

less-bun-plugin v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

less-bun-plugin

A bun bundler plugin for compiling Less file. It is just a wrapper of less compiler(https://lesscss.org/).

Usage

Just use it like any other bun plugin.

import LessBunPlugin from "less-bun-plugin";

Bun.build({
    entrypoints: ["./index.html"],
    outdir: "./dist",
    plugins: [LessBunPlugin],
});

Or you can find a example in 'playground/build.mjs';

0.0.2

5 months ago