mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-22 19:31:39 +03:00
Update options for new esbuild version.
This commit is contained in:
parent
ce6eb1676b
commit
01616dc4d5
@ -155,7 +155,6 @@ export async function run(options) {
|
||||
outExtension: { ".js": ".js" },
|
||||
metafile: true,
|
||||
bundle: true,
|
||||
watch: false,
|
||||
format: "esm",
|
||||
packages: "external",
|
||||
logLevel: "silent",
|
||||
|
@ -143,7 +143,6 @@ async function main() {
|
||||
chunkNames: "chunks/[name]-[hash]",
|
||||
metafile: true,
|
||||
bundle: true,
|
||||
watch: false,
|
||||
format: "esm",
|
||||
packages: "external",
|
||||
logLevel: "silent",
|
||||
|
Loading…
Reference in New Issue
Block a user