From c1b506e141e080f82343bb891da4ff5dafcb7ce8 Mon Sep 17 00:00:00 2001
From: chris <kokosias@yahoo.gr>
Date: Thu, 30 May 2024 19:12:39 +0300
Subject: [PATCH] add terser back

---
 wax-prosemirror-core/rollup.config.js     | 3 +--
 wax-prosemirror-services/rollup.config.js | 1 -
 wax-questions-service/rollup.config.js    | 1 -
 wax-table-service/rollup.config.js        | 1 -
 4 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/wax-prosemirror-core/rollup.config.js b/wax-prosemirror-core/rollup.config.js
index 75420ecf4..fa5a09115 100644
--- a/wax-prosemirror-core/rollup.config.js
+++ b/wax-prosemirror-core/rollup.config.js
@@ -26,10 +26,9 @@ export default {
         'babel-plugin-parameter-decorator',
       ],
       exclude: 'node_modules/**',
-      // babelHelpers: true,
     }),
     commonjs(),
-    // terser(),
+    terser(),
   ],
   external: [],
 };
diff --git a/wax-prosemirror-services/rollup.config.js b/wax-prosemirror-services/rollup.config.js
index b80836644..7c3ad593f 100644
--- a/wax-prosemirror-services/rollup.config.js
+++ b/wax-prosemirror-services/rollup.config.js
@@ -32,7 +32,6 @@ export default {
         'babel-plugin-parameter-decorator',
       ],
       exclude: 'node_modules/**',
-      // runtimeHelpers: true,
     }),
     commonjs(),
     terser(),
diff --git a/wax-questions-service/rollup.config.js b/wax-questions-service/rollup.config.js
index dc2af469e..0b98ce019 100644
--- a/wax-questions-service/rollup.config.js
+++ b/wax-questions-service/rollup.config.js
@@ -32,7 +32,6 @@ export default {
         'babel-plugin-parameter-decorator',
       ],
       exclude: 'node_modules/**',
-      // runtimeHelpers: true,
     }),
     commonjs(),
     terser(),
diff --git a/wax-table-service/rollup.config.js b/wax-table-service/rollup.config.js
index db77f8a6d..535c14a2d 100644
--- a/wax-table-service/rollup.config.js
+++ b/wax-table-service/rollup.config.js
@@ -32,7 +32,6 @@ export default {
         'babel-plugin-parameter-decorator',
       ],
       exclude: 'node_modules/**',
-      // runtimeHelpers: true,
     }),
     commonjs(),
     terser(),
-- 
GitLab