chore: 调整 code inspector 优先打开 webstorm

This commit is contained in:
hz
2025-10-16 15:18:27 +08:00
parent 2d097b6edd
commit 3112d3f9f1

View File

@@ -36,6 +36,7 @@ module.exports = {
config.plugin('code-inspector-plugin').use(
codeInspectorPlugin({
bundler: 'webpack',
editor: "webstorm"
})
);