1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

chore: fix lint for main webpack

Signed-off-by: Sebastian Malton <sebastian@malton.name>
(cherry picked from commit 477ad3caa4)
This commit is contained in:
Sebastian Malton 2023-04-05 15:13:18 -04:00 committed by Janne Savolainen
parent c02ec69fd8
commit 6a43f901b3

View File

@ -10,7 +10,6 @@ import ForkTsCheckerPlugin from "fork-ts-checker-webpack-plugin";
import { iconsAndImagesWebpackRules } from "./renderer"; import { iconsAndImagesWebpackRules } from "./renderer";
import { DefinePlugin } from "webpack"; import { DefinePlugin } from "webpack";
import { buildDir, isDevelopment } from "./vars"; import { buildDir, isDevelopment } from "./vars";
import { platform } from "process";
const webpackLensMain = (): webpack.Configuration => { const webpackLensMain = (): webpack.Configuration => {
return { return {