Skip to content

Commit

Permalink
Fixed compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
coddo committed May 21, 2017
1 parent d528a71 commit fca6b15
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
]
},
{
Expand Down

0 comments on commit fca6b15

Please sign in to comment.