We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509e6d9 commit 0332ab1Copy full SHA for 0332ab1
1 file changed
postcss.config.cjs
@@ -1,9 +1,10 @@
1
-const purgecss = require('@fullhuman/postcss-purgecss')
+const purgecss = require('@fullhuman/postcss-purgecss').default
2
3
const isProduction = process.env.NODE_ENV === 'production'
4
5
module.exports = {
6
plugins: [
7
+ require('autoprefixer'),
8
...(isProduction
9
? [
10
purgecss({
0 commit comments