Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Beta #712

Merged
merged 3 commits into from
Jul 11, 2024
Merged

Beta #712

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .esbuild/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const esmConfig = {
sourcemap: true,
minify: true,
splitting: true,
target: 'es6',
format: 'esm',
define: { global: 'window', 'process.env': JSON.stringify(env) },
};
Expand Down
Loading