mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-09 11:22:44 +08:00
Added dependencies for postcss
This commit is contained in:
@@ -39,6 +39,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"postcss": {
|
||||
"options": [
|
||||
{
|
||||
"name": "postcss",
|
||||
"value": "postcss",
|
||||
"packages": [
|
||||
{ "name": "postcss", "version": "^5.0.11" },
|
||||
{ "name": "postcss-loader", "version": "^0.8.0" }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"style": {
|
||||
"options": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user