fix: babel jassub worker

This commit is contained in:
ThaUnknown 2023-03-15 12:50:02 +01:00
parent 71e9b46a81
commit 434029dae9
3 changed files with 19 additions and 13 deletions

View file

@ -12,14 +12,7 @@ module.exports = {
corejs: 3
}
],
'@babel/preset-react',
[
'@babel/preset-typescript',
{
isTSX: true,
allExtensions: true
}
]
'@babel/preset-react'
],
plugins: [
'@babel/plugin-proposal-class-properties',