Revert "MSAL browser migration changes"

This reverts commit b855094fb1.
This commit is contained in:
Sindhu Balasubramanian
2026-03-29 18:20:35 -07:00
parent b855094fb1
commit 60a65efb7b
58 changed files with 43 additions and 9987 deletions

View File

@@ -116,7 +116,6 @@ module.exports = function (_env = {}, argv = {}) {
galleryViewer: "./src/GalleryViewer/GalleryViewer.tsx",
selfServe: "./src/SelfServe/SelfServe.tsx",
connectToGitHub: "./src/GitHub/GitHubConnector.ts",
redirectBridge: "./src/redirectBridge.ts",
...(mode !== "production" && { testExplorer: "./test/testExplorer/TestExplorer.ts" }),
};
@@ -166,11 +165,6 @@ module.exports = function (_env = {}, argv = {}) {
template: "src/SelfServe/selfServe.html",
chunks: ["selfServe"],
}),
new HtmlWebpackPlugin({
filename: "redirectBridge.html",
template: "src/redirectBridge.html",
chunks: ["redirectBridge"],
}),
...(mode !== "production"
? [
new HtmlWebpackPlugin({