Add support for Waterfox Classic, fixes #11

This commit is contained in:
Christopher Gurnee 2023-05-01 12:20:34 +00:00
parent f47063bbcc
commit 75ca826171

View file

@ -7,5 +7,8 @@
corejs: '3.21'
}],
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
]
}