Update options for new esbuild version.

This commit is contained in:
Dillon Kearns 2023-01-29 16:35:19 -08:00
parent ce6eb1676b
commit 01616dc4d5
2 changed files with 0 additions and 2 deletions

View File

@ -155,7 +155,6 @@ export async function run(options) {
outExtension: { ".js": ".js" },
metafile: true,
bundle: true,
watch: false,
format: "esm",
packages: "external",
logLevel: "silent",

View File

@ -143,7 +143,6 @@ async function main() {
chunkNames: "chunks/[name]-[hash]",
metafile: true,
bundle: true,
watch: false,
format: "esm",
packages: "external",
logLevel: "silent",