mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 10:28:04 +00:00
3e7a85a82e
- group CSS dependencies together
16 lines
239 B
JSON
16 lines
239 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"packagePatterns": ["^postcss", "css", "autoprefixer"],
|
|
"groupName": "css"
|
|
},
|
|
{
|
|
"packagePatterns": ["gulp"],
|
|
"groupName": "gulp"
|
|
}
|
|
]
|
|
}
|