From 822f5af3e994cf47c6afeabf36b519acee6cb3ab Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Mon, 20 Sep 2021 07:38:11 +0300 Subject: [PATCH] cleanup Signed-off-by: Jari Kolehmainen --- webpack.main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.main.ts b/webpack.main.ts index 9418d3bd5e..62e51bf4a2 100755 --- a/webpack.main.ts +++ b/webpack.main.ts @@ -22,7 +22,7 @@ import path from "path"; import type webpack from "webpack"; import ForkTsCheckerPlugin from "fork-ts-checker-webpack-plugin"; -import { isProduction, mainDir, buildDir, isDevelopment, preloadEntrypoint } from "./src/common/vars"; +import { isProduction, mainDir, buildDir, isDevelopment } from "./src/common/vars"; import nodeExternals from "webpack-node-externals"; import ProgressBarPlugin from "progress-bar-webpack-plugin"; import * as vars from "./src/common/vars";