Added luna template and deps

Change-Id: Idd3dcdee3a377a75733c333d4a754632111e17ee
diff --git a/conf/webpack.conf.js b/conf/webpack.conf.js
index 56f2611..fac998b 100644
--- a/conf/webpack.conf.js
+++ b/conf/webpack.conf.js
@@ -44,6 +44,10 @@
         loaders: [
           'html'
         ]
+      },
+      {
+        test: /\.(png|woff|woff2|eot|ttf|svg|jpg|gif|jpeg)$/,
+        loader: 'url-loader?limit=100000'
       }
     ]
   },
@@ -76,5 +80,11 @@
   },
   tslint: {
     configuration: require('../tslint.json')
+  },
+  stats: {
+    colors: true,
+    modules: true,
+    reasons: true,
+    errorDetails: true
   }
 };