diff options
author | Sebastian <sebasjm@gmail.com> | 2022-06-11 19:10:26 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2022-06-11 19:10:26 -0300 |
commit | 6d06b52605005f4d25381fc73383c3c9e48f20f8 (patch) | |
tree | d1e01d71c538602a92848595f92d24bf214c264f /packages/taler-wallet-webextension | |
parent | 716da3246b7d544fc81265d1942ae64067ecd8b7 (diff) |
add testing to web components
Diffstat (limited to 'packages/taler-wallet-webextension')
-rwxr-xr-x | packages/taler-wallet-webextension/build-fast-with-linaria.mjs | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/packages/taler-wallet-webextension/build-fast-with-linaria.mjs b/packages/taler-wallet-webextension/build-fast-with-linaria.mjs index 41747a745..177c1761f 100755 --- a/packages/taler-wallet-webextension/build-fast-with-linaria.mjs +++ b/packages/taler-wallet-webextension/build-fast-with-linaria.mjs @@ -1,4 +1,19 @@ #!/usr/bin/env node +/* + This file is part of GNU Taler + (C) 2022 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/> + */ import linaria from '@linaria/esbuild' import esbuild from 'esbuild' @@ -61,7 +76,7 @@ export const buildConfig = { ], format: 'iife', platform: 'browser', - sourcemap: true, + sourcemap: true, jsxFactory: 'h', jsxFragment: 'Fragment', // define: { |