This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
YesPlayMusic
Watch
2
Star
0
Fork
0
You've already forked YesPlayMusic
mirror of
https://github.com/qier222/YesPlayMusic.git
synced
2024-11-22 20:24:46 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
3c3e5e7569
YesPlayMusic
/
babel.config.js
4 lines
67 B
JavaScript
Raw
Normal View
History
Unescape
Escape
first commit
2020-10-10 19:54:44 +08:00
module
.
exports
=
{
feat: prettier task supported (#40) * feat: add config to resolve path alias. * feat: use vue-i18n for language switch * feat: add .editorconfig for ide * fix: add no-referrer to avoid CROB * fix: setCookie and fix typo * feat: integrate vue-i18n * feat: player component i18n support * fix: duplicate key warning in explore page * fix: like songs number changed in library page * fire: remove todo * fix: same text search on enter will cause error * fix: scrobble error params type * feat: prettier task supported * fix: prettier ignore config update * fix: conflict
2020-10-22 21:44:34 +08:00
presets
:
[
"@vue/cli-plugin-babel/preset"
]
,
}
;
Reference in New Issue
Copy Permalink