Skip to content

Commit 0de2156

Browse files
Fixed filenames to correctly reflect es5.js files in logs and stats
(Only a Cosmetic correction)
1 parent f95aacd commit 0de2156

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

esbuild.config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ await esbuild.build({
7676
format: 'esm',
7777
plugins: [
7878
AnalyzerPlugin({
79-
outfile: 'stats/fsxa-api-esm.html',
79+
outfile: 'stats/fsxa-api-es5.html',
8080
})
8181
],
8282
})
@@ -105,7 +105,7 @@ await esbuild.build({
105105
format: 'esm',
106106
plugins: [
107107
AnalyzerPlugin({
108-
outfile: 'stats/fsxa-proxy-api-esm.html',
108+
outfile: 'stats/fsxa-proxy-api-es5.html',
109109
})
110110
],
111111
})
@@ -135,7 +135,7 @@ console.log('─'.repeat(60))
135135

136136
console.log('\n✓ Bundle analysis reports generated:')
137137
console.log(' - stats/fsxa-api-cjs.html')
138-
console.log(' - stats/fsxa-api-esm.html')
138+
console.log(' - stats/fsxa-api-es5.html')
139139
console.log(' - stats/fsxa-proxy-api-cjs.html')
140-
console.log(' - stats/fsxa-proxy-api-esm.html')
140+
console.log(' - stats/fsxa-proxy-api-es5.html')
141141
console.log('\nBuild complete!')

0 commit comments

Comments
 (0)