You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
358 B
11 lines
358 B
/// <reference types="yeoman-generator" />
|
|
/**
|
|
* A yeoman generator class for creating a webpack
|
|
* plugin project. It adds some starter plugin code
|
|
* and runs `webpack-defaults`.
|
|
*
|
|
* @class PluginGenerator
|
|
* @extends {Generator}
|
|
*/
|
|
export declare const PluginGenerator: import("yeoman-generator").GeneratorConstructor;
|
|
export default PluginGenerator;
|
|
|