mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 23:12:22 +03:00
Re-order arguments for consistency.
This commit is contained in:
parent
4c9986702b
commit
b2a97219f5
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user