We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769229e commit d7708efCopy full SHA for d7708ef
1 file changed
src/plugin.ts
@@ -62,7 +62,6 @@ export default class DocgenPlugin implements WebpackPluginInstance {
62
private name = "React Docgen Typescript Plugin";
63
private options: PluginOptions;
64
private parser: docGen.FileParser;
65
- private compilerOptions: ts.CompilerOptions;
66
private docgenOptions: LoaderOptions;
67
68
constructor(options: PluginOptions = {}) {
@@ -89,7 +88,6 @@ export default class DocgenPlugin implements WebpackPluginInstance {
89
88
}
90
91
this.options = options;
92
- this.compilerOptions = compilerOptions;
93
this.docgenOptions = docgenOptions;
94
95
// Maintain the doc gen parser here to save time later
0 commit comments