From 38b8c47e04190ccfb806192507a41eaa4f88da3a Mon Sep 17 00:00:00 2001 From: Razon Yang Date: Sun, 24 Nov 2024 06:46:47 +0800 Subject: [PATCH] fix: correct PurgeCSS tests [build] (#109) --- 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 cd14f10..fd11de3 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') +const purgecss = require('/usr/local/lib/node_modules/@fullhuman/postcss-purgecss').default module.exports = { plugins: [