aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/patch-linaria.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-webextension/patch-linaria.sh')
-rwxr-xr-xpackages/taler-wallet-webextension/patch-linaria.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/taler-wallet-webextension/patch-linaria.sh b/packages/taler-wallet-webextension/patch-linaria.sh
new file mode 100755
index 000000000..46dc57927
--- /dev/null
+++ b/packages/taler-wallet-webextension/patch-linaria.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+# This file is in the public domain.
+
+# Fix: ERROR Cannot find module 'xxx' with esbuild 0.17 and linaria 4.2
+# remove when this PR is accepted
+# https://github.com/callstack/linaria/pull/1256
+
+cp linaria-esbuild-plugin-fixed.mjs ./node_modules/@linaria/esbuild/dist/index.mjs
+