1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-05 08:08:02 +00:00

Update the code snippet

This commit is contained in:
jbranchaud
2016-03-23 22:42:13 -05:00
parent 9632aea940
commit 5725ac7d1f

View File

@@ -7,7 +7,10 @@ Fortunately, Webpack makes it easy to enhance debugging with full source
maps of your code. Just add the following option to your Webpack config: maps of your code. Just add the following option to your Webpack config:
```javascript ```javascript
devtool: source-map {
devtool: "source-map",
...
}
``` ```
This will generate a full source map with a filename that is something like This will generate a full source map with a filename that is something like