chore: add cssnano for PostCSS

This commit is contained in:
Stefan Imhoff
2023-02-20 16:39:40 +01:00
parent e1372b5f44
commit 8bd4eb1584
3 changed files with 503 additions and 9 deletions

View File

@@ -1,3 +1,6 @@
module.exports = {
plugins: [require('autoprefixer')],
plugins: [
require('autoprefixer'),
// require('cssnano')
],
};