create project
This commit is contained in:
18
kitabcitab/node_modules/next/dist/build/webpack/plugins/font-loader-manifest-plugin.d.ts
generated
vendored
Normal file
18
kitabcitab/node_modules/next/dist/build/webpack/plugins/font-loader-manifest-plugin.d.ts
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
import { webpack } from 'next/dist/compiled/webpack/webpack';
|
||||
export declare type FontLoaderManifest = {
|
||||
pages: {
|
||||
[path: string]: string[];
|
||||
};
|
||||
app: {
|
||||
[moduleRequest: string]: string[];
|
||||
};
|
||||
};
|
||||
export declare class FontLoaderManifestPlugin {
|
||||
private appDirEnabled;
|
||||
private fontLoaderTargets;
|
||||
constructor(options: {
|
||||
appDirEnabled: boolean;
|
||||
fontLoaderTargets: string[];
|
||||
});
|
||||
apply(compiler: webpack.Compiler): void;
|
||||
}
|
||||
Reference in New Issue
Block a user