make esbuild happy again

This commit is contained in:
Cory LaViska
2023-06-12 15:36:35 -04:00
parent 47018d61cd
commit c4c2e8e3a9

View File

@@ -122,6 +122,7 @@ async function buildTheSource() {
const npmConfig = {
...cdnConfig,
bundle: false,
external: undefined,
outdir
};