Merge pull request #22 from coddo/master

Fixed compiler warnings #21
This commit is contained in:
Maxime GRIS
2017-05-21 15:17:54 +02:00
committed by GitHub

View File

@@ -236,10 +236,11 @@ module.exports = {
"rules": [
{
"enforce": "pre",
"test": /\.js$/,
"test": /\.(js|ts)$/,
"loader": "source-map-loader",
"exclude": [
/\/node_modules\//
/\/node_modules\//,
path.join(__dirname, 'node_modules', '@angular/compiler')
]
},
{