PoC Electron app (#264)
Initial version of Electron wrapper + build pipeline
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import type IForkTsCheckerWebpackPlugin from "fork-ts-checker-webpack-plugin";
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
const ForkTsCheckerWebpackPlugin: typeof IForkTsCheckerWebpackPlugin = require(
|
||||
"fork-ts-checker-webpack-plugin",
|
||||
);
|
||||
|
||||
export const plugins = [
|
||||
new ForkTsCheckerWebpackPlugin({
|
||||
logger: "webpack-infrastructure",
|
||||
}),
|
||||
];
|
||||
Reference in New Issue
Block a user