diff --git a/vue.config.js b/vue.config.js index c077fe928..7db66c514 100644 --- a/vue.config.js +++ b/vue.config.js @@ -36,6 +36,7 @@ module.exports = { config.plugin('code-inspector-plugin').use( codeInspectorPlugin({ bundler: 'webpack', + editor: "webstorm" }) );