Closed jameshfisher closed 2 years ago
It seems the actual API is
const postCssPlugin = require("esbuild-plugin-postcss2");
// or
import postCssPlugin from "esbuild-plugin-postcss2";
// ...
postCssPlugin.default({ plugins: [ ... ] })
// ...
The same issue I have
All the examples in the README seem broken:
(This is with
"esbuild-plugin-postcss2": "^0.1.0"
)