mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Enable server-side rendering for ReactSpa template
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = merge({
|
||||
]
|
||||
},
|
||||
entry: {
|
||||
main: ['./ClientApp/boot.tsx'],
|
||||
main: ['./ClientApp/boot-client.tsx'],
|
||||
vendor: ['bootstrap', 'bootstrap/dist/css/bootstrap.css', 'style-loader', 'jquery']
|
||||
},
|
||||
output: {
|
||||
|
||||
Reference in New Issue
Block a user