We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87d489 commit 45c4653Copy full SHA for 45c4653
generator/templates/base/src/background.js
@@ -3,7 +3,7 @@
3
import { app, protocol, BrowserWindow } from 'electron'
4
import {
5
createProtocol,
6
- installVueDevtools
+ <% if (devtoolsExtensionsBroken) { %>/* installVueDevtools */<% } else { %>installVueDevtools<% } %>
7
} from 'vue-cli-plugin-electron-builder/lib'
8
const isDevelopment = process.env.NODE_ENV !== 'production'
9
0 commit comments