Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc(scope-plugin-options): Update document.
  • Loading branch information
jaywcjlove committed Jun 14, 2022
1 parent c59aa16 commit de0a3c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/scope-plugin-options/README.md
Expand Up @@ -86,7 +86,8 @@ export declare type ReactLibraryOptions = LoaderConfOptions & {
allowedPaths?: ReadonlyArray<string>;
appSrcs?: string | ReadonlyArray<string>;
};
export default function scopePluginOptions(conf: Configuration, env: string, options: ReactLibraryOptions | false): Configuration;
export declare function disableScopePlugin(conf: Configuration): Configuration;
export default function scopePluginOptions(conf: Configuration, env: string, options: ReactLibraryOptions): Configuration;
```

### License
Expand Down

0 comments on commit de0a3c9

Please sign in to comment.