Added rollup for Tree-shaking

This commit is contained in:
William Welling
2016-12-16 15:16:03 -06:00
parent e1f141ba42
commit 6f3229fb38
8 changed files with 120 additions and 40 deletions

View File

@@ -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