taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit c3b01ad9e4ccd49407a8df7aafce61909291a1b9
parent 0f8e9b67dd1dede142f0cb25406f212d07da7b3f
Author: Sebastian <sebasjm@gmail.com>
Date:   Wed,  1 Dec 2021 15:10:17 -0300

removing workaround since it creates another problems

Diffstat:
Mpackages/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 @@ -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