Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
8
node_modules/next/dist/shared/lib/get-webpack-bundler.d.ts
generated
vendored
Normal file
8
node_modules/next/dist/shared/lib/get-webpack-bundler.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue