From 5725ac7d1f69682e339e2a13ed7f8a630e917593 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Wed, 23 Mar 2016 22:42:13 -0500 Subject: [PATCH] Update the code snippet --- webpack/debugging-with-full-source-maps.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webpack/debugging-with-full-source-maps.md b/webpack/debugging-with-full-source-maps.md index 675a4c6..292af86 100644 --- a/webpack/debugging-with-full-source-maps.md +++ b/webpack/debugging-with-full-source-maps.md @@ -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: ```javascript -devtool: source-map +{ + devtool: "source-map", + ... +} ``` This will generate a full source map with a filename that is something like