reenable minify

This commit is contained in:
peter
2019-08-20 21:59:58 +02:00
parent 5d69635cbe
commit 206bbf708c
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -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(){
-3
View File
@@ -1,9 +1,6 @@
const path = require('path');
module.exports = {
optimization: {
minimize: false
},
mode: 'production',
target: "web",