mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Added rollup for Tree-shaking
This commit is contained in:
@@ -79,7 +79,7 @@ app.get('/data.json', serverApi);
|
||||
app.use('/api', createMockApi());
|
||||
|
||||
function ngApp(req, res) {
|
||||
res.render('index', {
|
||||
res.render('index-aot', {
|
||||
req,
|
||||
res,
|
||||
// time: true, // use this to determine what part of your app is slow only in development
|
||||
|
Reference in New Issue
Block a user