2
0

Add audio clips option on text input block

Closes #157
This commit is contained in:
Baptiste Arnaud
2024-08-20 14:35:20 +02:00
parent 984c2bf387
commit 135251d3f7
55 changed files with 1535 additions and 366 deletions

View File

@@ -21,6 +21,7 @@ const indexConfig = {
output: {
file: 'dist/index.js',
format: 'es',
sourcemap: true,
},
onwarn,
watch: {
@@ -63,6 +64,7 @@ const configs = [
output: {
file: 'dist/web.js',
format: 'es',
sourcemap: true,
},
},
]