diff --git a/container/esbuild.config.js b/container/esbuild.config.js
index 8d7cb54..7672ee7 100644
--- a/container/esbuild.config.js
+++ b/container/esbuild.config.js
@@ -18,7 +18,10 @@ const runtimeOpts = {
entryPoints: ['runtime/runtime.ts'],
bundle: true,
outfile: 'dist/runtime.js',
- format: 'esm',
+ // IIFE so it loads as a classic
+
+
+
+
+