Using web components

This commit is contained in:
barsdeveloper
2021-07-25 19:52:25 +02:00
parent cd475caeda
commit 4017d6ab64
13 changed files with 689 additions and 140 deletions

7
rollup.config.js Normal file
View File

@@ -0,0 +1,7 @@
export default {
input: 'js/exporting.js',
output: {
file: 'ueblueprint.js',
format: 'es',
},
};