Skip to content
Snippets Groups Projects
Commit d7da81fd authored by Tögl, Christina's avatar Tögl, Christina
Browse files

Fix a matomo problem with buildinfo

parent d2b173de
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ export default (async () => { ...@@ -64,7 +64,7 @@ export default (async () => {
}), }),
consts({ consts({
environment: build, environment: build,
buildInfo: getBuildInfo(), buildinfo: getBuildInfo(),
}), }),
emitEJS({ emitEJS({
src: 'assets', src: 'assets',
...@@ -105,4 +105,4 @@ export default (async () => { ...@@ -105,4 +105,4 @@ export default (async () => {
(process.env.ROLLUP_WATCH === 'true') ? serve({contentBase: 'dist', host: '127.0.0.1', port: 8002}) : false (process.env.ROLLUP_WATCH === 'true') ? serve({contentBase: 'dist', host: '127.0.0.1', port: 8002}) : false
] ]
}; };
})(); })();
\ No newline at end of file
...@@ -2,7 +2,7 @@ import {i18n} from './i18n.js'; ...@@ -2,7 +2,7 @@ import {i18n} from './i18n.js';
import {LitElement} from "lit-element"; import {LitElement} from "lit-element";
import DBPLitElement from 'dbp-common/dbp-lit-element'; import DBPLitElement from 'dbp-common/dbp-lit-element';
import {EventBus} from 'dbp-common'; import {EventBus} from 'dbp-common';
import buildInfo from 'consts:buildInfo'; import buildInfo from 'consts:buildinfo';
export class MatomoElement extends DBPLitElement { export class MatomoElement extends DBPLitElement {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment