diff --git a/packages/common/demo.js b/packages/common/demo.js
new file mode 100644
index 0000000000000000000000000000000000000000..5fb4d393c9c20e15f75dab396eb3aa092dc7a902
--- /dev/null
+++ b/packages/common/demo.js
@@ -0,0 +1 @@
+import './vpu-common-demo.js';
\ No newline at end of file
diff --git a/packages/common/rollup.config.js b/packages/common/rollup.config.js
index be3234b91424e106bebb8e515dcd8cc1c83172b6..918dd1ca39d706fae4a0091c98c790a2143ba93a 100644
--- a/packages/common/rollup.config.js
+++ b/packages/common/rollup.config.js
@@ -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'