summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/babel.config-linaria.json
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-03-11 11:14:27 -0300
committerSebastian <sebasjm@gmail.com>2022-03-11 11:15:07 -0300
commitab68ecc7332281a43ce4acf28302f85a3c8f401a (patch)
treedc449a317f5a777788918eac381089af2fdda5d9 /packages/taler-wallet-webextension/babel.config-linaria.json
parent9337734a245001f40fe8033e11f2df062fd7560b (diff)
downloadwallet-core-ab68ecc7332281a43ce4acf28302f85a3c8f401a.tar.gz
wallet-core-ab68ecc7332281a43ce4acf28302f85a3c8f401a.tar.bz2
wallet-core-ab68ecc7332281a43ce4acf28302f85a3c8f401a.zip
pending transaction, finally!
Diffstat (limited to 'packages/taler-wallet-webextension/babel.config-linaria.json')
-rw-r--r--packages/taler-wallet-webextension/babel.config-linaria.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/packages/taler-wallet-webextension/babel.config-linaria.json b/packages/taler-wallet-webextension/babel.config-linaria.json
new file mode 100644
index 000000000..abf87db8a
--- /dev/null
+++ b/packages/taler-wallet-webextension/babel.config-linaria.json
@@ -0,0 +1,30 @@
+/*
+ This file is part of GNU Taler
+ (C) 2021 Taler Systems S.A.
+
+ GNU Taler is free software; you can redistribute it and/or modify it under the
+ terms of the GNU General Public License as published by the Free Software
+ Foundation; either version 3, or (at your option) any later version.
+
+ GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along with
+ GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
+ */
+
+ /**
+ *
+ * @author Sebastian Javier Marchano (sebasjm)
+ */
+/*
+ * Linaria need pre-process typscript files into javascript before running.
+ * We choose to use the default preact-cli config.
+ * This file should be used from @linaria/rollup plugin only
+ */
+{
+ "presets": [
+ "preact-cli/babel",
+ ]
+}