From 206bbf708c845c1dc034c8bfea1736364ebd54d0 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 20 Aug 2019 21:59:58 +0200 Subject: [PATCH] reenable minify --- src/backend/FrontblockLib.ts | 2 +- src/backend/webpack.prod.js | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/backend/FrontblockLib.ts b/src/backend/FrontblockLib.ts index c943325..6e849a7 100644 --- a/src/backend/FrontblockLib.ts +++ b/src/backend/FrontblockLib.ts @@ -8,7 +8,7 @@ var bsock = require('bsock') * Will ask it's service for available RPCs and parse them into methods of this object * for convenient access. */ -export class FrontblockConfigLib{ +class FrontblockConfigLib{ private socket constructor(){ diff --git a/src/backend/webpack.prod.js b/src/backend/webpack.prod.js index 9acfa9a..23a8487 100644 --- a/src/backend/webpack.prod.js +++ b/src/backend/webpack.prod.js @@ -1,9 +1,6 @@ const path = require('path'); module.exports = { - optimization: { - minimize: false - }, mode: 'production', target: "web",