exploRUG component setup

This commit is contained in:
2026-04-21 14:43:35 +05:45
parent 6bf882733a
commit 987aa51d8d
15 changed files with 8096 additions and 179 deletions

View File

@@ -10,7 +10,7 @@ import resolve from '@rollup/plugin-node-resolve';
import replace from '@rollup/plugin-replace';
export default {
input: 'my-element.js',
input: './Imports/exploRUG.js',
output: {
file: 'my-element.bundled.js',
format: 'esm',