From 9de086f1dfcd29a55216e83c183020f0b0e58325 Mon Sep 17 00:00:00 2001 From: baurine <2008.hbl@gmail.com> Date: Fri, 3 Dec 2021 22:05:15 +0800 Subject: [PATCH] fix doc error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f0ebcd..de31412 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ const postCssPlugin = require("esbuild-plugin-postcss2"); esbuild.build({ ... plugins: [ - postCssPlugin.default() + postCssPlugin.default({}) ] ... });