lumo 1.9.0 -> 1.10.1 plus darwin support

This commit is contained in:
hlolli
2020-02-19 23:16:40 +01:00
parent 43a775649c
commit ef712ff2f5
9 changed files with 1465 additions and 1376 deletions
@@ -0,0 +1,13 @@
diff --git a/scripts/bundle.js b/scripts/bundle.js
index 16425a4..0d510fc 100644
--- a/scripts/bundle.js
+++ b/scripts/bundle.js
@@ -73,6 +73,8 @@ const plugins = [
if (!isDevBuild) {
plugins.push(
babelMinify({
+ evaluate: false,
+ mangle: false,
comments: false,
removeConsole: true,
removeDebugger: true,