Skip to content

Commit

Permalink
chore(docs): Remove plugins property from example (#160)
Browse files Browse the repository at this point in the history
karma loads all plugins with 'karma-' automatically, including 'plugins' property in config leads to cryptic error messages when attempting to run karma.
  • Loading branch information
bryzaguy authored and joshwiens committed Aug 5, 2016
1 parent 3ceeb93 commit d0c1316
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,7 @@ module.exports = function(config) {
// webpack-dev-middleware configuration
// i. e.
stats: 'errors-only'
},

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

0 comments on commit d0c1316

Please sign in to comment.