[ci] format
This commit is contained in:
parent
081b2402cf
commit
58f7700e87
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ export default function createIntegration(args?: Options): AstroIntegration {
|
|||
// A URL for the final build path after renaming
|
||||
const finalBuildUrl = pathToFileURL(buildPath.replace(/\.mjs$/, '.js'));
|
||||
|
||||
await esbuild.build({
|
||||
await esbuild.build({
|
||||
target: 'es2020',
|
||||
platform: 'browser',
|
||||
entryPoints: [entryPath],
|
||||
|
|
Loading…
Reference in a new issue