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

Add back demo.js, it's used by the demo app

parent 46f5f671
No related branches found
No related tags found
No related merge requests found
import './vpu-common-demo.js';
\ No newline at end of file
......@@ -13,7 +13,7 @@ const build = (typeof process.env.BUILD !== 'undefined') ? process.env.BUILD : '
console.log("build: " + build);
export default {
input: (build !='test') ? 'vpu-common-demo.js' : 'test/**/*.js',
input: (build !='test') ? 'demo.js' : 'test/**/*.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