reenable minify
This commit is contained in:
@@ -8,7 +8,7 @@ var bsock = require('bsock')
|
|||||||
* Will ask it's service for available RPCs and parse them into methods of this object
|
* Will ask it's service for available RPCs and parse them into methods of this object
|
||||||
* for convenient access.
|
* for convenient access.
|
||||||
*/
|
*/
|
||||||
export class FrontblockConfigLib{
|
class FrontblockConfigLib{
|
||||||
private socket
|
private socket
|
||||||
|
|
||||||
constructor(){
|
constructor(){
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
const path = require('path');
|
const path = require('path');
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
optimization: {
|
|
||||||
minimize: false
|
|
||||||
},
|
|
||||||
mode: 'production',
|
mode: 'production',
|
||||||
target: "web",
|
target: "web",
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user