diff --git a/packages/core/webpack/main.ts b/packages/core/webpack/main.ts index 9a73fb3a0b..3e8c3ed4d7 100755 --- a/packages/core/webpack/main.ts +++ b/packages/core/webpack/main.ts @@ -10,7 +10,6 @@ import ForkTsCheckerPlugin from "fork-ts-checker-webpack-plugin"; import { iconsAndImagesWebpackRules } from "./renderer"; import { DefinePlugin } from "webpack"; import { buildDir, isDevelopment } from "./vars"; -import { platform } from "process"; const webpackLensMain = (): webpack.Configuration => { return {