diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2026-01-04 21:47:21 -0800 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2026-01-04 21:52:40 -0800 |
| commit | 7023dc1f29ff747a9d2fc3bf0cf0ec3fffacd0b1 (patch) | |
| tree | 5f6d06d94d14d1c03996a0f517d5d3e86204996b /esbuild.config.js | |
| parent | b449f76bc3f36525f37634a5d93f405b155f86d8 (diff) | |
| download | adelie-7023dc1f29ff747a9d2fc3bf0cf0ec3fffacd0b1.tar.gz adelie-7023dc1f29ff747a9d2fc3bf0cf0ec3fffacd0b1.zip | |
Don't open serve
Diffstat (limited to 'esbuild.config.js')
| -rw-r--r-- | esbuild.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/esbuild.config.js b/esbuild.config.js index ce5a36b..8c51c20 100644 --- a/esbuild.config.js +++ b/esbuild.config.js @@ -43,7 +43,6 @@ function buildEditor() { sourcemap: true, target: 'es2020', format: 'iife', - globalName: 'adelieEditor', outfile: paths.outEditor, logLevel: 'info', }); |
