This website requires JavaScript.
Explore
Help
Register
Sign in
mirror
/
transmission
Watch
1
Star
0
Fork
You've already forked transmission
0
mirror of
https://github.com/transmission/transmission
synced
2025-02-12 01:14:54 +00:00
Code
Issues
Releases
Wiki
Activity
9d4ad2e330
transmission
/
web
/
babel.config.js
7 lines
105 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: web client refresh (#1476) Give the web client a major overhaul. User-visible highlights include: * Mobile is now fully supported. * Added fullscreen support on mobile. * Better support for dark mode. * Added mime icons to the torrent list. * Improved theme consistency across the app. Maintainer highlights include: * Updated code to use ES6 APIs. * No longer uses jQuery UI. * No longer uses jQuery. * Use Webpack to bundle the Javascript, CSS, and assets together -- the entire bundle size is now 68K gzipped. * Added eslint / prettier / stylelint tooling. * Uses torrent-get's 'table' mode for more efficient RPC calls.
2020-10-24 01:04:25 +00:00
module
.
exports
=
{
"plugins"
:
[
chore: bump vulnerable web build deps (#6139)
2023-10-20 20:26:33 +00:00
"@babel/plugin-transform-class-properties"
feat: web client refresh (#1476) Give the web client a major overhaul. User-visible highlights include: * Mobile is now fully supported. * Added fullscreen support on mobile. * Better support for dark mode. * Added mime icons to the torrent list. * Improved theme consistency across the app. Maintainer highlights include: * Updated code to use ES6 APIs. * No longer uses jQuery UI. * No longer uses jQuery. * Use Webpack to bundle the Javascript, CSS, and assets together -- the entire bundle size is now 68K gzipped. * Added eslint / prettier / stylelint tooling. * Uses torrent-get's 'table' mode for more efficient RPC calls.
2020-10-24 01:04:25 +00:00
]
,
"presets"
:
[
]
}
;
Reference in a new issue
Copy permalink