Re-order arguments for consistency.

This commit is contained in:
Dillon Kearns 2022-07-08 09:38:14 -07:00
parent 4c9986702b
commit b2a97219f5

View File

@ -142,17 +142,18 @@ async function start(options) {
esbuild
.build({
entryPoints: ["./port-data-source"],
entryNames: "[dir]/[name]-[hash]",
platform: "node",
outdir: ".elm-pages/compiled-ports",
assetNames: "[name]-[hash]",
chunkNames: "chunks/[name]-[hash]",
outExtension: { ".js": ".js" },
logLevel: "error",
metafile: true,
bundle: true,
watch: true,
logLevel: "error",
outdir: ".elm-pages/compiled-ports",
entryNames: "[dir]/[name]-[hash]",
plugins: [
{
name: "example",