mirror of
https://github.com/go-gitea/gitea
synced 2024-11-10 20:11:19 +01:00
Pass es2020 to esbuild-loader as well (#29027)
Followup https://github.com/go-gitea/gitea/pull/28977. I forgot to pass the updated option to esbuild-loader, e.g. previously it was only passed to the minifier.
This commit is contained in:
parent
3aed8ae034
commit
8f9f0e4ab2
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ export default {
|
||||||
loader: 'esbuild-loader',
|
loader: 'esbuild-loader',
|
||||||
options: {
|
options: {
|
||||||
loader: 'js',
|
loader: 'js',
|
||||||
target: 'es2015',
|
target: 'es2020',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue