Skip to content
Snippets Groups Projects
Commit 9fac8db2 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Define the provider in the main app bundle

parent 21296eb0
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@
</script>
<!-- App bundles-->
<script type="module" src="<%= getUrl('dbp-provider.js') %>"></script>
<script type="module" src="<%= getUrl(name + '.js') %>"></script>
<!-- Prevent Chrome/Edge from suggesting to translate the page -->
......
......@@ -73,7 +73,6 @@ img-src * blob: data:`;
export default (async () => {return {
input: (appEnv != 'test') ? [
'src/' + pkg.name + '.js',
'vendor/toolkit/packages/provider/src/dbp-provider.js',
'src/dbp-official-signature-pdf-upload.js',
'src/dbp-qualified-signature-pdf-upload.js',
'src/dbp-signature-verification.js',
......
import {AppShell} from '@dbp-toolkit/app-shell';
import * as commonUtils from '@dbp-toolkit/common/utils';
import {Provider} from '@dbp-toolkit/provider';
commonUtils.defineCustomElement('dbp-signature', AppShell);
\ No newline at end of file
commonUtils.defineCustomElement('dbp-signature', AppShell);
commonUtils.defineCustomElement('dbp-provider', Provider);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment