mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add basic react support
This commit is contained in:
parent
77ca85a23f
commit
4aa203c0c6
4 changed files with 127 additions and 6 deletions
|
@ -11,7 +11,8 @@ module.exports = {
|
|||
useBuiltIns: 'usage',
|
||||
corejs: 3
|
||||
}
|
||||
]
|
||||
],
|
||||
'@babel/preset-react'
|
||||
],
|
||||
plugins: [
|
||||
'@babel/plugin-proposal-class-properties',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue