chore: 为 code inspector 添加 showSwitch 配置

This commit is contained in:
hz
2025-10-21 09:40:16 +08:00
parent 260245fbdb
commit ee6af561d9

View File

@@ -37,7 +37,8 @@ module.exports = {
config.plugin('code-inspector-plugin').use(
codeInspectorPlugin({
bundler: 'webpack',
editor: 'webstorm'
editor: 'webstorm',
showSwitch: true
})
)