From 37f610df1cbd89fddf4c608683779ea600295f82 Mon Sep 17 00:00:00 2001 From: "Hung-Han (Henry) Chen" <1474479+chenhunghan@users.noreply.github.com> Date: Thu, 3 Dec 2020 17:37:17 +0800 Subject: [PATCH] Rename webpack.extensions.ts to webpack.extension-api.ts to avoid confusion Signed-off-by: Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com> --- package.json | 2 +- webpack.extensions.ts => webpack.extension-api.ts | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename webpack.extensions.ts => webpack.extension-api.ts (100%) diff --git a/package.json b/package.json index 1d1dd37b44..e5410975d3 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "compile": "env NODE_ENV=production concurrently yarn:compile:*", "compile:main": "yarn run webpack --config webpack.main.ts", "compile:renderer": "yarn run webpack --config webpack.renderer.ts", - "compile:extension-types": "yarn run webpack --config webpack.extensions.ts", + "compile:extension-types": "yarn run webpack --config webpack.extension-api.ts", "npm:fix-package-version": "yarn run ts-node build/set_npm_version.ts", "build:linux": "yarn run compile && electron-builder --linux --dir -c.productName=Lens", "build:mac": "yarn run compile && electron-builder --mac --dir -c.productName=Lens", diff --git a/webpack.extensions.ts b/webpack.extension-api.ts similarity index 100% rename from webpack.extensions.ts rename to webpack.extension-api.ts