File tree Expand file tree Collapse file tree 2 files changed +14
-17
lines changed Expand file tree Collapse file tree 2 files changed +14
-17
lines changed Original file line number Diff line number Diff line change 2
2
< html >
3
3
4
4
< head >
5
- < meta charset ="utf-8 ">
6
- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8
- < meta http-equiv ="Cache-Control " content ="no-cache, no-store, must-revalidate " />
9
- < meta http-equiv ="Pragma " content ="no-cache " />
10
- < meta http-equiv ="Expires " content ="0 " />
11
- < link rel ="icon " type ="image/x-icon " href ="https://raw.githubusercontent.com/vueComponent/ant-design/master/logo.png ">
12
- < style id ="nprogress-style ">
13
- # nprogress {
14
- display : none
15
- }
16
- </ style >
5
+ < meta charset ="utf-8 ">
6
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8
+ < meta http-equiv ="Cache-Control " content ="no-cache, no-store, must-revalidate ">
9
+ < meta http-equiv ="Pragma " content ="no-cache ">
10
+ < meta http-equiv ="Expires " content ="0 ">
11
+ < link rel ="icon " type ="image/x-icon " href ="https://raw.githubusercontent.com/vueComponent/ant-design/master/logo.png ">
12
+ < style id ="nprogress-style ">
13
+ # nprogress { display : none;}
14
+ </ style >
17
15
</ head >
18
16
19
17
< body >
20
- < div id ="app ">
21
- < router-view > </ router-view >
22
- </ div >
18
+ < div id ="app ">
19
+ < router-view > </ router-view >
20
+ </ div >
23
21
</ body >
24
22
25
- </ html >
23
+ </ html >
Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ module.exports = merge(baseWebpackConfig, {
76
76
new HtmlWebpackPlugin ( {
77
77
template : './site/index.html' ,
78
78
inject : true ,
79
- minify : { collapseWhitespace : true } ,
80
79
production : true ,
81
80
} ) ,
82
81
new webpack . LoaderOptionsPlugin ( {
You can’t perform that action at this time.
0 commit comments