This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 44 <meta charset =" UTF-8" >
55 <meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
66 <meta http-equiv =" X-UA-Compatible" content =" ie=edge" >
7- <title >Topcoder Micro Frame </title >
7+ <title >Topcoder.com </title >
88
9+ <link rel =" icon" href =" /cropped-TC-Icon-32x32.png" />
910 <link rel =" stylesheet" href =" /global.css" >
1011
1112 <!--
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ module.exports = (webpackConfigEnv) => {
1818 historyApiFallback : true ,
1919 hot : true ,
2020 inline : true ,
21- host : ' local.topcoder-dev.com' ,
21+ host : " local.topcoder-dev.com" ,
2222 port : 8080 ,
2323 proxy : {
24- '*' : {
25- target : ' http://local.topcoder-dev.com:3000/' ,
26- secure : false
27- }
28- }
24+ "*" : {
25+ target : " http://local.topcoder-dev.com:3000/" ,
26+ secure : false ,
27+ } ,
28+ } ,
2929 } ,
3030 plugins : [
3131 new HtmlWebpackPlugin ( {
@@ -39,7 +39,14 @@ module.exports = (webpackConfigEnv) => {
3939 } ) ,
4040 new CopyWebpackPlugin ( {
4141 patterns : [
42- { from : "src/reuse" , to : "./" }
42+ {
43+ from : "src/reuse" ,
44+ to : "./" ,
45+ } ,
46+ {
47+ from : "src/images" ,
48+ to : "./" ,
49+ } ,
4350 ] ,
4451 } ) ,
4552 ] ,
You can’t perform that action at this time.
0 commit comments