Skip to content

Commit 38ec6ec

Browse files
committed
remove unnecessary module for typescript
1 parent bc3d438 commit 38ec6ec

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

generator/index.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ module.exports = (api, opts) => {
55
'electron-webpack': '^1.13.0',
66
electron: '^1.8.4'
77
};
8-
if (opts.useTypescript) {
9-
devDependencies['electron-webpack-ts'] = '^2.0.0';
10-
devDependencies['typescript'] = '^2.8.1';
11-
}
8+
if (opts.useTypescript) devDependencies['electron-webpack-ts'] = '^2.0.0';
129
api.extendPackage({
1310
scripts: {
1411
'build:electron': 'vue-cli-service build:electron',

0 commit comments

Comments
 (0)