From 557b50c0501f49328078e8b55f1d9067c383b5f0 Mon Sep 17 00:00:00 2001 From: Razon Yang Date: Sun, 24 Nov 2024 12:48:07 +0800 Subject: [PATCH] fix: correct PurgeCSS tests --- tests/postcss/postcss.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/postcss/postcss.config.js b/tests/postcss/postcss.config.js index fd11de3..ba55ca6 100644 --- a/tests/postcss/postcss.config.js +++ b/tests/postcss/postcss.config.js @@ -1,6 +1,6 @@ const autoprefixer = require('/usr/local/lib/node_modules/autoprefixer') const rtlcss = require('/usr/local/lib/node_modules/rtlcss') -const purgecss = require('/usr/local/lib/node_modules/@fullhuman/postcss-purgecss').default +const purgecss = require('/usr/local/lib/node_modules/@fullhuman/postcss-purgecss').purgeCSSPlugin module.exports = { plugins: [