Skip to content

Commit

Permalink
Merge pull request #100 from patriksvensson/feature/GH-99
Browse files Browse the repository at this point in the history
Temporarily disable PurgeCSS plugin
  • Loading branch information
patriksvensson committed Apr 26, 2020
2 parents 09ed09d + ae2db8d commit 102925d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ module.exports = {
plugins: [
require('tailwindcss'),
require('autoprefixer'),
...process.env.NODE_ENV === 'production'
? [purgecss]
: []
// ...process.env.NODE_ENV === 'production'
// ? [purgecss]
// : []
]
}

0 comments on commit 102925d

Please sign in to comment.