feat(UI) : Working UI.

chore(Build) : Add Babel for build.
chore(Babel) : Add babel configuration.
style(Code) : Enhance code style.
This commit is contained in:
Maxime Wojtczak
2017-05-03 17:28:56 +02:00
committed by Fernandez Ludovic
parent b4f9e3890f
commit 5500658f5a
6 changed files with 680 additions and 468 deletions

View File

@@ -32,6 +32,7 @@ module.exports = {
test: /\.js$/,
exclude: /node_modules/,
loaders: [
'babel-loader',
'ng-annotate'
]
},