Skip to content
Snippets Groups Projects
Commit 4bcfe159 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Expose dbp-icon component

parent 73ef3979
No related branches found
No related tags found
No related merge requests found
Pipeline #45570 passed
import * as commonUtils from "./utils";
import {Icon} from "./src/icon";
commonUtils.defineCustomElement('dbp-icon', Icon);
{ {
"name": "@dbp-toolkit/common", "name": "@dbp-toolkit/common",
"homepage": "https://gitlab.tugraz.at/dbp/web-components/toolkit/-/tree/master/packages/common", "homepage": "https://gitlab.tugraz.at/dbp/web-components/toolkit/-/tree/master/packages/common",
"version": "0.2.6", "version": "0.2.7",
"module": "index.js", "module": "index.js",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
"repository": { "repository": {
......
...@@ -13,7 +13,7 @@ console.log("build: " + build); ...@@ -13,7 +13,7 @@ console.log("build: " + build);
export default (async () => { export default (async () => {
return { return {
input: (build !='test') ? ['demo.js'] : glob.sync('test/**/*.js'), input: (build !='test') ? ['demo.js', 'icon.js'] : glob.sync('test/**/*.js'),
output: { output: {
dir: 'dist', dir: 'dist',
entryFileNames: '[name].js', entryFileNames: '[name].js',
......
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