Skip to content

Commit

Permalink
docs(readme): add devtool option to sample config (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Limess authored and gregberge committed Dec 14, 2018
1 parent 433ccb3 commit 3c6a0d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ module.exports = {
filename: 'bundle.js',
},
plugins: [new ErrorOverlayPlugin()],
devtool: 'cheap-module-source-map', // 'eval' is not supported by error-overlay-webpack-plugin
}
```

Expand Down

0 comments on commit 3c6a0d4

Please sign in to comment.