We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1303c commit 033c050Copy full SHA for 033c050
README.md
@@ -153,6 +153,16 @@ yarn add --dev source-map-support
153
import 'source-map-support/register'
154
```
155
156
+If you are using webpack (most likely). Add `devtool: 'source-map'` to `webpack.config.js`:
157
+```js
158
+module.exports = {
159
+ .... snip ....
160
+ devtool: 'source-map',
161
162
+
163
+}
164
+```
165
166
## Help & Community [](https://slack.graph.cool)
167
168
Join our [Slack community](http://slack.graph.cool/) if you run into issues or have questions. We love talking to you!
0 commit comments