This website works better with JavaScript.
Explore
Help
Sign In
pvb3xqpfw
/
YepMusic
Watch
1
Star
0
Fork
You've already forked YepMusic
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
f67fafeb26
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f67fafeb26'
${ noResults }
YepMusic
/
babel.config.js
4 lines
67 B
Raw
Normal View
History
Unescape
Escape
first commit
4 years ago
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
4 years ago
presets
:
[
"@vue/cli-plugin-babel/preset"
]
,
}
;