web: Remove deprecated node:path polyfill. (#16702)

This commit is contained in:
Teffen Ellis
2025-09-10 20:08:37 +02:00
committed by GitHub
parent 635df5694e
commit ca73d7df8a
5 changed files with 17 additions and 104 deletions
-6
View File
@@ -23,7 +23,6 @@ import { readBuildIdentifier } from "@goauthentik/core/version/node";
import { deepmerge } from "deepmerge-ts";
import esbuild from "esbuild";
import { copy } from "esbuild-plugin-copy";
import { polyfillNode } from "esbuild-plugin-polyfill-node";
/// <reference types="../types/esbuild.js" />
@@ -81,11 +80,6 @@ const BASE_ESBUILD_OPTIONS = {
},
],
}),
polyfillNode({
polyfills: {
path: true,
},
}),
mdxPlugin({
root: MonoRepoRoot,
}),