mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Add server-side prerendering for Angular 2 template
This commit is contained in:
@@ -19,7 +19,7 @@ module.exports = merge({
|
||||
]
|
||||
},
|
||||
entry: {
|
||||
main: ['./ClientApp/boot.ts'],
|
||||
main: ['./ClientApp/boot-client.ts'],
|
||||
vendor: ['angular2/bundles/angular2-polyfills.js', 'bootstrap', 'bootstrap/dist/css/bootstrap.css', 'style-loader', 'jquery', 'angular2/core', 'angular2/common', 'angular2/http', 'angular2/router', 'angular2/platform/browser']
|
||||
},
|
||||
output: {
|
||||
|
||||
Reference in New Issue
Block a user