We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any expectation of creating definitions for this marvelous plugin?
The text was updated successfully, but these errors were encountered:
This should work
// index.d.ts import {Plugin} from 'webpack'; export = FaviconsWebpackPlugin; declare class FaviconsWebpackPlugin extends Plugin { constructor(options: string | FaviconsWebpackPlugin.FaviconOptions); } declare namespace FaviconsWebpackPlugin { interface FaviconOptions { logo: string; prefix?: string; emitStats?: boolean; statsFilename?: string; persistentCache?: boolean; inject?: boolean; background?: string; icon?: IconOptions; } interface IconOptions { android?: boolean; appleIcon?: boolean; appleStartup?: boolean; coast?: boolean; favicons?: boolean; firefox?: boolean; opengraph?: boolean; twitter?: boolean; yandex?: boolean; windows?: boolean; } }
Sorry, something went wrong.
a083def
No branches or pull requests
Any expectation of creating definitions for this marvelous plugin?
The text was updated successfully, but these errors were encountered: