From acde72314fc1b8a8b4e2671fb467d143ebe4f64a 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 74fc9870..9f57b9c7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -74,7 +74,7 @@ var webpackConfig = { cache: true, // generate details sourcempas of webpack modules - devtool: 'source-map' + //devtool: 'source-map' //debug: true, //bail: true