Skip to content

Commit e60ee8d

Browse files
committed
fix build issue
Signed-off-by: kerthcet <[email protected]>
1 parent e704eb9 commit e60ee8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/postcss.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const autoprefixer = require('autoprefixer');
2-
const purgecss = require('@fullhuman/postcss-purgecss');
2+
const purgecss = require('@fullhuman/postcss-purgecss').default;
33
const whitelister = require('purgecss-whitelister');
44

55
module.exports = {

0 commit comments

Comments
 (0)