Remove forktschecker, tsc handles this

This commit is contained in:
Labhansh Agrawal 2019-10-01 14:27:37 +05:30 committed by Benjamin Staneck
parent 95fccb8880
commit 89985fb6ab

View file

@ -48,8 +48,7 @@ module.exports = [
to: './keymaps', to: './keymaps',
flatten: true flatten: true
} }
]), ])
new ForkTsCheckerWebpackPlugin()
], ],
target: 'electron-main' target: 'electron-main'
}, },