Files
lcbp3.np-dms.work/frontend/node_modules/next/dist/shared/lib/get-webpack-bundler.d.ts
2025-09-21 20:29:15 +07:00

9 lines
264 B
TypeScript
Executable File

import { webpack } from 'next/dist/compiled/webpack/webpack';
/**
* Depending on if Rspack is active or not, returns the appropriate set of
* webpack-compatible api.
*
* @returns webpack bundler
*/
export default function getWebpackBundler(): typeof webpack;