Skip to content

Commit

Permalink
Merge branch 'tb-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaAK committed Jul 24, 2016
2 parents 3e36718 + 32b5b90 commit a2811f1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ module.exports = function(config) {
webpackMiddleware: {
// webpack-dev-middleware configuration
// i. e.
noInfo: true
}
stats: 'errors-only'
},

plugins: [
require("karma-webpack")
]
});
};
```
Expand Down

0 comments on commit a2811f1

Please sign in to comment.