revert: "[Build] merge postcss config to package.json"

This commit is contained in:
陈嘉涵 2019-07-02 11:28:12 +08:00
parent a7a0b3aaaa
commit 3065d0238b
2 changed files with 5 additions and 5 deletions

View File

@ -131,11 +131,6 @@
"tags": "vetur/tags.json",
"attributes": "vetur/attributes.json"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"Android >= 4.0",
"iOS >= 7"

5
postcss.config.js Normal file
View File

@ -0,0 +1,5 @@
module.exports = {
plugins: {
autoprefixer: {}
}
};