bun-build-extended

0.0.2 • Public • Published

bun-build-extended Test

Temporary package to extend bun build to support CSS via tailwindcss or postcss-cli

Installation

bun add bun-build-extended

Usage

CLI

All bun build options are supported.

bunx build-extended index.css index.tsx --outdir=dist --minify-whitespace

API

import {buildExtended} from 'bun-build-extended';
import type {BuildOutput} from "bun";

const artifacts: BuildOutput = buildExtended({
    entryPoints: ['index.css', 'index.tsx'],
    outdir: './dist',
    // other options https://bun.sh/docs/bundler#api
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i bun-build-extended

Weekly Downloads

0

Version

0.0.2

License

none

Unpacked Size

126 kB

Total Files

12

Last publish

Collaborators

  • timnghg