Fixed compiler warnings

This commit is contained in:
Claudiu Codoban
2017-05-21 15:30:29 +03:00
parent d528a71c4e
commit fca6b15d30

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')
]
},
{