perf[core]: add postcss-url

This commit is contained in:
Pan
2018-01-02 10:44:35 +08:00
parent deac95da1b
commit ea7e139696
2 changed files with 4 additions and 2 deletions

View File

@@ -2,8 +2,9 @@
module.exports = {
"plugins": {
// to edit target browsers: use "browserslist" field in package.json
"postcss-import": {},
"postcss-url": {},
// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {}
}
}