From 44589991b397df79f95b93b3c94e5fa80e8e6b87 Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Sun, 2 Nov 2014 20:42:12 +0100 Subject: [PATCH] Added source map config to webpack. Closes #40 --- webpack.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webpack.config.js b/webpack.config.js index 67c64c6e61..59f9d36289 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -21,6 +21,8 @@ module.exports = { ] }, + devtool: "source-map", + externals: { // stuff not in node_modules can be resolved here. }