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
|
esbuild
|
||||||
.build({
|
.build({
|
||||||
entryPoints: ["./port-data-source"],
|
entryPoints: ["./port-data-source"],
|
||||||
entryNames: "[dir]/[name]-[hash]",
|
|
||||||
platform: "node",
|
platform: "node",
|
||||||
outdir: ".elm-pages/compiled-ports",
|
|
||||||
assetNames: "[name]-[hash]",
|
assetNames: "[name]-[hash]",
|
||||||
chunkNames: "chunks/[name]-[hash]",
|
chunkNames: "chunks/[name]-[hash]",
|
||||||
outExtension: { ".js": ".js" },
|
outExtension: { ".js": ".js" },
|
||||||
logLevel: "error",
|
|
||||||
|
|
||||||
metafile: true,
|
metafile: true,
|
||||||
bundle: true,
|
bundle: true,
|
||||||
watch: true,
|
watch: true,
|
||||||
|
logLevel: "error",
|
||||||
|
|
||||||
|
outdir: ".elm-pages/compiled-ports",
|
||||||
|
entryNames: "[dir]/[name]-[hash]",
|
||||||
|
|
||||||
plugins: [
|
plugins: [
|
||||||
{
|
{
|
||||||
name: "example",
|
name: "example",
|
||||||
|
Loading…
Reference in New Issue
Block a user