build: postcss 설정

- discard-dedupe
- autoprefixer
This commit is contained in:
2021-12-31 17:33:15 +09:00
parent 0dcc973b2f
commit 61ce23f7f9
4 changed files with 17 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = {
plugins: [
require('postcss-import'),
require('postcss-discard-duplicates'),
require('autoprefixer'),
]
}