mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
[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
|
// A URL for the final build path after renaming
|
||||||
const finalBuildUrl = pathToFileURL(buildPath.replace(/\.mjs$/, '.js'));
|
const finalBuildUrl = pathToFileURL(buildPath.replace(/\.mjs$/, '.js'));
|
||||||
|
|
||||||
await esbuild.build({
|
await esbuild.build({
|
||||||
target: 'es2020',
|
target: 'es2020',
|
||||||
platform: 'browser',
|
platform: 'browser',
|
||||||
entryPoints: [entryPath],
|
entryPoints: [entryPath],
|
||||||
|
|
Loading…
Add table
Reference in a new issue