Skip to content

Commit a5c60e8

Browse files
author
初志鑫
committed
删除normalize.css
1 parent 8432912 commit a5c60e8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"jsencrypt": "^3.0.0-rc.1",
4949
"jsonlint": "^1.6.3",
5050
"lodash": "^4.17.15",
51-
"normalize.css": "^8.0.1",
5251
"nprogress": "^0.2.0",
5352
"qs": "^6.9.4",
5453
"screenfull": "^5.0.2",
@@ -90,7 +89,7 @@
9089
"html-webpack-plugin": "^4.3.0",
9190
"husky": "^4.2.5",
9291
"increase-memory-limit": "^1.0.7",
93-
"lint-staged": "^10.2.6",
92+
"lint-staged": "^10.2.7",
9493
"mockjs": "^1.1.0",
9594
"plop": "^2.7.1",
9695
"prettier": "^2.0.5",

src/plugins/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* 公共引入,勿随意修改,修改时需经过确认 */
22
import Vue from "vue";
3-
import "normalize.css";
43
import "./element";
54
import "./support";
65
import "@/styles/byui.scss";

0 commit comments

Comments
 (0)