Fix webpack prod/dev env

This commit is contained in:
Maxime GRIS
2017-05-01 14:08:41 +02:00
parent 78e8da71d2
commit 8549da1a17
7 changed files with 182 additions and 115 deletions

View File

@@ -10,6 +10,9 @@
"experimentalDecorators": true,
"allowJs": true,
"target": "es5",
"paths": {
"environments": [ "./environments" ]
},
"typeRoots": [
"node_modules/@types"
],