Skip to content

Commit

Permalink
Merge pull request #22 from coddo/master
Browse files Browse the repository at this point in the history
Fixed compiler warnings #21
  • Loading branch information
maximegris authored May 21, 2017
2 parents d528a71 + fca6b15 commit d99f794
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 d99f794

Please sign in to comment.