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 bc3d438 commit 38ec6ecCopy full SHA for 38ec6ec
generator/index.js
@@ -5,10 +5,7 @@ module.exports = (api, opts) => {
5
'electron-webpack': '^1.13.0',
6
electron: '^1.8.4'
7
};
8
- if (opts.useTypescript) {
9
- devDependencies['electron-webpack-ts'] = '^2.0.0';
10
- devDependencies['typescript'] = '^2.8.1';
11
- }
+ if (opts.useTypescript) devDependencies['electron-webpack-ts'] = '^2.0.0';
12
api.extendPackage({
13
scripts: {
14
'build:electron': 'vue-cli-service build:electron',
0 commit comments