Refactor to use a child text node instead of a prop

This commit is contained in:
2023-01-26 22:50:24 -06:00
parent de3bac0084
commit b602ae703f
3 changed files with 23 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
require('esbuild').build({
entryPoints: ['src/app.js', 'src/snippet_emulator_demo.js'],
entryPoints: ['src/app.js', 'src/snippet_emulator_demo.jsx'],
bundle: true,
outdir: 'build',
format: 'esm',