mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
web: Remove deprecated node:path polyfill. (#16702)
This commit is contained in:
@@ -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,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user