This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree 3 files changed +16
-8
lines changed
3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 4
4
<meta charset =" UTF-8" >
5
5
<meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
6
6
<meta http-equiv =" X-UA-Compatible" content =" ie=edge" >
7
- <title >Topcoder Micro Frame </title >
7
+ <title >Topcoder.com </title >
8
8
9
+ <link rel =" icon" href =" /cropped-TC-Icon-32x32.png" />
9
10
<link rel =" stylesheet" href =" /global.css" >
10
11
11
12
<!--
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ module.exports = (webpackConfigEnv) => {
18
18
historyApiFallback : true ,
19
19
hot : true ,
20
20
inline : true ,
21
- host : ' local.topcoder-dev.com' ,
21
+ host : " local.topcoder-dev.com" ,
22
22
port : 8080 ,
23
23
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
+ } ,
29
29
} ,
30
30
plugins : [
31
31
new HtmlWebpackPlugin ( {
@@ -39,7 +39,14 @@ module.exports = (webpackConfigEnv) => {
39
39
} ) ,
40
40
new CopyWebpackPlugin ( {
41
41
patterns : [
42
- { from : "src/reuse" , to : "./" }
42
+ {
43
+ from : "src/reuse" ,
44
+ to : "./" ,
45
+ } ,
46
+ {
47
+ from : "src/images" ,
48
+ to : "./" ,
49
+ } ,
43
50
] ,
44
51
} ) ,
45
52
] ,
You can’t perform that action at this time.
0 commit comments