Remove hardcoded target in esbuild

This commit is contained in:
Adria Navarro 2023-08-07 14:37:57 +03:00
parent 768016ce2e
commit f6c042ae34
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ function runBuild(entry, outfile) {
TsconfigPathsPlugin({ tsconfig: tsconfigPathPluginContent }),
nodeExternalsPlugin(),
],
target: "node14",
preserveSymlinks: true,
loader: {
".svelte": "copy",