Skip to content

Commit 131b9b9

Browse files
committed
refactor[chore]: generate postcss.config.js instead of .postcssrc.js
consistent with vue-cli
1 parent cd30d25 commit 131b9b9

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

.postcssrc.js

-8
This file was deleted.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107
},
108108
"browserslist": [
109109
"> 1%",
110-
"last 2 versions",
111-
"not ie <= 8"
110+
"last 2 versions"
112111
]
113112
}

postcss.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
plugins: {
3+
autoprefixer: {}
4+
}
5+
}

0 commit comments

Comments
 (0)