wilddragon-site/node_modules/next/dist/build/webpack/plugins/force-complete-runtime.d.ts
2026-04-17 15:51:01 -04:00

5 lines
218 B
TypeScript
Executable file

import { webpack } from 'next/dist/compiled/webpack/webpack';
export default class ForceCompleteRuntimePlugin {
allSharedRuntimeGlobals: Set<"__webpack_require__.n">;
apply(compiler: webpack.Compiler): void;
}