Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea7e139

Browse files
committed
perf[core]: add postcss-url
1 parent deac95d commit ea7e139

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.postcssrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
module.exports = {
44
"plugins": {
5-
// to edit target browsers: use "browserslist" field in package.json
65
"postcss-import": {},
6+
"postcss-url": {},
7+
// to edit target browsers: use "browserslist" field in package.json
78
"autoprefixer": {}
89
}
910
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"vue-splitpane": "1.0.2",
4040
"vuedraggable": "2.15.0",
4141
"vuex": "3.0.1",
42-
"xlsx": "^0.11.7"
42+
"xlsx": "^0.11.16"
4343
},
4444
"devDependencies": {
4545
"autoprefixer": "7.2.3",
@@ -71,6 +71,7 @@
7171
"portfinder": "1.0.13",
7272
"postcss-import": "11.0.0",
7373
"postcss-loader": "2.0.9",
74+
"postcss-url": "7.3.0",
7475
"pushstate-server": "3.0.1",
7576
"rimraf": "2.6.2",
7677
"sass-loader": "6.0.6",

0 commit comments

Comments
 (0)