Remove hardcoded target in esbuild
This commit is contained in:
parent
768016ce2e
commit
f6c042ae34
|
@ -43,7 +43,6 @@ function runBuild(entry, outfile) {
|
|||
TsconfigPathsPlugin({ tsconfig: tsconfigPathPluginContent }),
|
||||
nodeExternalsPlugin(),
|
||||
],
|
||||
target: "node14",
|
||||
preserveSymlinks: true,
|
||||
loader: {
|
||||
".svelte": "copy",
|
||||
|
|
Loading…
Reference in New Issue