gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 02/02: removing workaround since it creates another


From: gnunet
Subject: [taler-wallet-core] 02/02: removing workaround since it creates another problems
Date: Wed, 01 Dec 2021 19:10:59 +0100

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

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

commit c3b01ad9e4ccd49407a8df7aafce61909291a1b9
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed Dec 1 15:10:17 2021 -0300

    removing workaround since it creates another problems
---
 packages/taler-wallet-webextension/.storybook/main.js | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/packages/taler-wallet-webextension/.storybook/main.js 
b/packages/taler-wallet-webextension/.storybook/main.js
index cd58d4d1..c648a908 100644
--- a/packages/taler-wallet-webextension/.storybook/main.js
+++ b/packages/taler-wallet-webextension/.storybook/main.js
@@ -48,10 +48,14 @@ module.exports = {
   webpackFinal: (config) => {
     // should be removed after storybook 6.3
     // 
https://github.com/storybookjs/storybook/issues/12853#issuecomment-821576113
-    config.resolve.alias = {
-      react: "preact/compat",
-      "react-dom": "preact/compat",
-    };
+         // removing workaround since this creates another problem
+         // https://github.com/storybookjs/storybook/issues/16623
+         // https://github.com/nodejs/node/issues/33460
+         // FIXME: remove this comments in 2022 if no problem arise 
+//    config.resolve.alias = {
+//      react: "preact/compat",
+//      "react-dom": "preact/compat",
+//    };
 
     // we need to add @linaria loader AFTER the babel-loader
     // 
https://github.com/callstack/linaria/blob/master/docs/BUNDLERS_INTEGRATION.md#webpack
  

-- 
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]