mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 05:08:04 +00:00
feat: prettier task supported
This commit is contained in:
parent
ec525621cd
commit
68637ccab6
41 changed files with 1713 additions and 1409 deletions
|
|
@ -31,10 +31,7 @@ module.exports = {
|
|||
},
|
||||
chainWebpack(config) {
|
||||
config.module.rules.delete("svg");
|
||||
config.module
|
||||
.rule("svg")
|
||||
.exclude.add(resolve("src/assets/icons"))
|
||||
.end();
|
||||
config.module.rule("svg").exclude.add(resolve("src/assets/icons")).end();
|
||||
config.module
|
||||
.rule("icons")
|
||||
.test(/\.svg$/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue