build: drop @types/webpack-env in favor of webpack/module types (#47798)

* build: drop @types/webpack-env in favor of webpack/module types

* chore: improve type when assigning to global.require
This commit is contained in:
David Sanders
2025-08-08 18:09:23 -07:00
committed by GitHub
parent 51add3e847
commit a201d6c541
10 changed files with 24 additions and 25 deletions

View File

@@ -1,3 +1,5 @@
/// <reference types="webpack/module" />
declare const BUILDFLAG: (flag: boolean) => boolean;
declare namespace NodeJS {