Added electron-forge version

This commit is contained in:
2022-08-08 21:09:51 -04:00
parent 5deb45001e
commit 74fe630a94
16 changed files with 1902 additions and 3 deletions

3
v2/webpack.plugins.js Normal file
View File

@@ -0,0 +1,3 @@
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
module.exports = [new ForkTsCheckerWebpackPlugin()];