This repository was archived by the owner on Apr 8, 2020. It is now read-only.
File tree 4 files changed +12
-5
lines changed
4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 2
2
ViewData [" Title" ] = " Home Page" ;
3
3
}
4
4
5
- <div id =" react-app" asp-prerender-module =" ReactApp/boot-server" ></div >
5
+ <div id =" react-app" asp-prerender-module =" ReactApp/boot-server"
6
+ asp-prerender-webpack-config =" webpack.config.js" ></div >
6
7
7
8
@section scripts {
8
9
<script src =" /dist/vendor.bundle.js" ></script >
Original file line number Diff line number Diff line change 25
25
"domain-task" : " ^1.0.0" ,
26
26
"history" : " ^2.0.0" ,
27
27
"isomorphic-fetch" : " ^2.2.1" ,
28
- "ntypescript " : " ^1.201602072208.1 " ,
28
+ "memory-fs " : " ^0.3.0 " ,
29
29
"react" : " ^0.14.7" ,
30
30
"react-bootstrap" : " ^0.28.2" ,
31
31
"react-dom" : " ^0.14.7" ,
35
35
"react-router-redux" : " ^2.1.0" ,
36
36
"redux" : " ^3.2.1" ,
37
37
"redux-thunk" : " ^1.0.3" ,
38
- "redux-typed" : " ^1.0.0"
38
+ "redux-typed" : " ^1.0.0" ,
39
+ "require-from-string" : " ^1.1.0" ,
40
+ "webpack-externals-plugin" : " ^1.0.0"
39
41
}
40
42
}
Original file line number Diff line number Diff line change 1
- <div id =" react-app" asp-prerender-module =" ReactApp/boot-server.jsx" ></div >
1
+ <div id =" react-app" asp-prerender-module =" ReactApp/boot-server.jsx"
2
+ asp-prerender-webpack-config =" webpack.config.js" ></div >
2
3
3
4
@section scripts {
4
5
<script src =" /dist/main.js" ></script >
Original file line number Diff line number Diff line change 9
9
"formsy-react-components" : " ^0.6.3" ,
10
10
"griddle-react" : " ^0.3.1" ,
11
11
"history" : " ^1.12.6" ,
12
+ "memory-fs" : " ^0.3.0" ,
12
13
"react" : " ^0.14.7" ,
13
14
"react-dom" : " ^0.14.7" ,
14
15
"react-router" : " ^2.0.0-rc5" ,
15
- "underscore" : " ^1.8.3"
16
+ "require-from-string" : " ^1.1.0" ,
17
+ "underscore" : " ^1.8.3" ,
18
+ "webpack-externals-plugin" : " ^1.0.0"
16
19
},
17
20
"devDependencies" : {
18
21
"babel-loader" : " ^6.2.1" ,
You can’t perform that action at this time.
0 commit comments