Skip to content

Commit 0332ab1

Browse files
committed
config fix
1 parent 509e6d9 commit 0332ab1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

postcss.config.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
const purgecss = require('@fullhuman/postcss-purgecss')
1+
const purgecss = require('@fullhuman/postcss-purgecss').default
22

33
const isProduction = process.env.NODE_ENV === 'production'
44

55
module.exports = {
66
plugins: [
7+
require('autoprefixer'),
78
...(isProduction
89
? [
910
purgecss({

0 commit comments

Comments
 (0)