Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
📝 update example in readme with webpack@2 (close #40)
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat authored and Kir Belevich committed Feb 1, 2017
1 parent e465f56 commit 3521398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -69,12 +69,12 @@ config.set({
webpack: {
module: {
preLoaders: [
rules: [
// instrument only testing sources with Istanbul
{
test: /\.js$/,
include: path.resolve('src/components/'),
loader: 'istanbul-instrumenter'
loader: 'istanbul-instrumenter-loader'
}
]
}
Expand Down

0 comments on commit 3521398

Please sign in to comment.