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

Add a separate demo entry point

rollup builds the demo, everything else just gets the web component
parent 086c6e7f
No related branches found
No related tags found
No related merge requests found
import 'vpu-auth';
import './person-select-demo.js';
import 'vpu-auth';
import './person-select.js';
import './person-select-demo.js';
import utils from './utils.js';
import {i18n} from './i18n.js';
import {html, LitElement} from 'lit-element';
import './person-select.js';
class PersonSelectDemo extends LitElement {
constructor() {
......
......@@ -11,7 +11,7 @@ const build = (typeof process.env.BUILD !== 'undefined') ? process.env.BUILD : '
console.log("build: " + build);
export default {
input: 'index.js',
input: 'demo.js',
output: {
file: 'dist/bundle.js',
format: 'esm'
......
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