Multiple copies of the emulator on a page

This commit is contained in:
2023-01-28 22:29:37 -06:00
parent c825e6d727
commit 7e969f1469
4 changed files with 57 additions and 16 deletions
+1
View File
@@ -1,6 +1,7 @@
require('esbuild').build({
entryPoints: ['src/app.js', 'src/snippet_emulator_demo.jsx'],
bundle: true,
minify: true,
outdir: 'build',
format: 'esm',
loader: {