This website requires JavaScript.
Explore
Help
Sign In
OrgGo
/
filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
Watch
1
Star
0
Fork
You've already forked filebrowser
0
Code
Issues
Projects
Releases
Wiki
Activity
68cf7a2173
filebrowser
/
frontend
/
babel.config.js
4 lines
47 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: code cleanup, new features and v2.0 We're merging this to continue https://github.com/filebrowser/filebrowser/pull/575 and setup translations auto-updating.
2019-01-06 00:12:09 +08:00
module
.
exports
=
{
chore: add prettier frontent linter
2021-03-21 19:51:58 +08:00
presets
:
[
"@vue/app"
]
,
}
;