Files
novarix.uk/node_modules/next/dist/build/webpack/plugins/force-complete-runtime.d.ts
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

6 lines
218 B
TypeScript

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