aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/patch-linaria.sh
blob: 46dc5792739688048c501d08fb7a89e069265d58 (plain)
1
2
3
4
5
6
7
8
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