mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/lyswhut/lx-music-desktop.git
synced 2026-09-20 08:04:00 +08:00
12 lines
145 B
JavaScript
12 lines
145 B
JavaScript
module.exports = {
|
|
upgrade: true,
|
|
reject: [
|
|
'electron',
|
|
'chalk',
|
|
],
|
|
// target: 'newest',
|
|
// filter: [
|
|
// /^vue/,
|
|
// ],
|
|
}
|