1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Cleanup babel plugins

This commit is contained in:
Bill Thornton 2024-09-11 10:29:30 -04:00
parent ff6cda47e1
commit d53a41abb6
3 changed files with 0 additions and 27 deletions

View file

@ -15,8 +15,5 @@ module.exports = {
'@babel/preset-react'
],
plugins: [
'@babel/plugin-transform-class-properties',
'@babel/plugin-transform-private-methods',
'babel-plugin-dynamic-import-polyfill'
]
};