Skip to content

Commit

Permalink
Merge pull request codymikol#103 from SimenB/patch-1
Browse files Browse the repository at this point in the history
Remove plugin section from example
  • Loading branch information
dignifiedquire committed Mar 1, 2016
2 parents 1985f36 + dcbb3fa commit 333f882
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@ module.exports = function(config) {
// webpack-dev-middleware configuration
// i. e.
noInfo: true
},

plugins: [
require("karma-webpack")
]

}
});
};
```
Expand Down

0 comments on commit 333f882

Please sign in to comment.