esbuild-plugin-autoprefixer

A CSS autoprefixer plugin for esbuild.


npm GitHub


Installation

npm i -D @olton/esbuild-plugin-autoprefixer

Usage

import { build } from 'esbuild';
import autoprefixer from "@olton/esbuild-plugin-autoprefixer"

await build({
  entryPoints: ...,
  bundle: true,
  outfile: ...,
  plugins: [autoprefixer()],
});

License

This software is released under the MIT License.


Copyright (c) 2024 by Serhii Pimenov