From 8472fd68bc2f7b31f64f5b0b727705c3186b3bb6 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 5e87f423..343045be 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -76,7 +76,7 @@ var webpackConfig = { cache: true, // generate details sourcempas of webpack modules - devtool: 'source-map' + //devtool: 'source-map' //debug: true, //bail: true