This commit is contained in:
Maxime GRIS
2017-05-21 16:56:36 +02:00

View File

@@ -238,10 +238,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')
]
},
{