gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: revert minified


From: gnunet
Subject: [taler-wallet-core] branch master updated: revert minified
Date: Tue, 04 Apr 2023 14:08:23 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 2ef40efe5 revert minified
2ef40efe5 is described below

commit 2ef40efe53f064520db29f07a20302a5b9ebf276
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Apr 4 09:08:16 2023 -0300

    revert minified
---
 packages/merchant-backend-ui/build.mjs | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/packages/merchant-backend-ui/build.mjs 
b/packages/merchant-backend-ui/build.mjs
index 5ca199e2f..fd2a52b9e 100755
--- a/packages/merchant-backend-ui/build.mjs
+++ b/packages/merchant-backend-ui/build.mjs
@@ -119,7 +119,15 @@ export const buildConfig = {
   entryPoints: [...entryPoints],
   bundle: true,
   outdir: "dist/pages",
-  minify: true,
+       /*
+        * Doing a minified version will replace templatestring to common 
strings
+        * This app is building mustache template with placeholders that will 
be replaced
+        * with string in runtime by the merchant-backend
+        *
+        * To the date, merchant backend is replacing with multiline string so 
+        * doing minified version will brake at runtime
+        * */
+  minify: false,
   loader: {
     ".svg": "file",
     ".png": "dataurl",

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]