From ef6376c722fa164e42d2e4c011bbaf07e35fbde7 Mon Sep 17 00:00:00 2001 From: Alexander Wunschik Date: Sat, 5 Nov 2016 15:25:32 +0100 Subject: [PATCH] do not generate source-maps in distribution version --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 697185d3..97be8a40 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -75,7 +75,7 @@ var webpackConfig = { cache: true, // generate details sourcempas of webpack modules - devtool: 'source-map' + //devtool: 'source-map' //debug: true, //bail: true