mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/lyswhut/lx-music-desktop.git
synced 2026-09-20 08:04:00 +08:00
11 lines
164 B
JavaScript
11 lines
164 B
JavaScript
module.exports = {
|
|
upgrade: true,
|
|
// target: 'newest',
|
|
reject: [
|
|
'webpack-dev-server',
|
|
'electron',
|
|
'chalk',
|
|
// 'eslint-config-standard'
|
|
]
|
|
}
|