Fix 'npm run build:production'

This commit is contained in:
0x1eef 2024-09-21 18:05:42 -03:00
parent f1c739f2a8
commit e81c08ba34

View file

@ -30,7 +30,7 @@ module.exports = {
exclude: /node_modules/,
options: {
loader: "tsx",
target: "ES5"
target: "ES2020"
}
},
],