Fix 'npm run build:production'
This commit is contained in:
parent
f1c739f2a8
commit
e81c08ba34
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ module.exports = {
|
||||||
exclude: /node_modules/,
|
exclude: /node_modules/,
|
||||||
options: {
|
options: {
|
||||||
loader: "tsx",
|
loader: "tsx",
|
||||||
target: "ES5"
|
target: "ES2020"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue