From eb60a7dd0cfca96f76316b7b1fd71d18dff00a56 Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Mon, 30 Sep 2019 10:51:15 +0300 Subject: [PATCH] disable comments extraction --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index 6f6ebf8bd..466f5cc30 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -110,6 +110,7 @@ module.exports = { minimizer: [ new TerserPlugin({ test: /\.js$/, + extractComments: false, terserOptions: { ecma: 5, mangle: true,