1
0
Fork 0
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:
Bill Thornton 2021-05-27 11:30:03 -04:00
parent 77ca85a23f
commit 4aa203c0c6
4 changed files with 127 additions and 6 deletions

View file

@ -11,7 +11,8 @@ module.exports = {
useBuiltIns: 'usage',
corejs: 3
}
]
],
'@babel/preset-react'
],
plugins: [
'@babel/plugin-proposal-class-properties',