mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 10:16:43 +08:00
chore: 为 code inspector 添加 showSwitch 配置
This commit is contained in:
@@ -37,7 +37,8 @@ module.exports = {
|
|||||||
config.plugin('code-inspector-plugin').use(
|
config.plugin('code-inspector-plugin').use(
|
||||||
codeInspectorPlugin({
|
codeInspectorPlugin({
|
||||||
bundler: 'webpack',
|
bundler: 'webpack',
|
||||||
editor: 'webstorm'
|
editor: 'webstorm',
|
||||||
|
showSwitch: true
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user