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 22< html >
33
44< 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 >
1715</ head >
1816
1917< body >
20- < div id ="app ">
21- < router-view > </ router-view >
22- </ div >
18+ < div id ="app ">
19+ < router-view > </ router-view >
20+ </ div >
2321</ body >
2422
25- </ html >
23+ </ html >
Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ module.exports = merge(baseWebpackConfig, {
7676 new HtmlWebpackPlugin ( {
7777 template : './site/index.html' ,
7878 inject : true ,
79- minify : { collapseWhitespace : true } ,
8079 production : true ,
8180 } ) ,
8281 new webpack . LoaderOptionsPlugin ( {
You can’t perform that action at this time.
0 commit comments