diff --git a/README.md b/README.md index 77b2d8b0..4808647b 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,16 @@ yarn add --dev source-map-support import 'source-map-support/register' ``` +If you are using webpack (most likely). Add `devtool: 'source-map'` to `webpack.config.js`: +```js +module.exports = { + .... snip .... + devtool: 'source-map', + .... snip .... + +} +``` + ## Help & Community [![Slack Status](https://slack.graph.cool/badge.svg)](https://slack.graph.cool) Join our [Slack community](http://slack.graph.cool/) if you run into issues or have questions. We love talking to you!