Skip to content
This repository was archived by the owner on Sep 11, 2021. It is now read-only.

Commit 3d85f96

Browse files
committed
Don't optimize CSS, for now
1 parent b848645 commit 3d85f96

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

postcss.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@ module.exports = {
99
require('tailwindcss'),
1010
require('postcss-nested'),
1111
require('autoprefixer'),
12-
...process.env.NODE_ENV === 'production'
13-
? [purgecss, require('cssnano')]
14-
: []
1512
]
1613
}

0 commit comments

Comments
 (0)