MCPcopy
hub / github.com/callstack/repack / WebpackPlugin

Interface WebpackPlugin

packages/repack/src/types.ts:20–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 * Interface that all Webpack plugins should implement.
19 */
20export interface WebpackPlugin {
21 /**
22 * Entry point for a plugin. It should perform any kind of setup or initialization
23 * hook into compiler's events.
24 *
25 * @param compiler Webpack compiler instance.
26 */
27 apply(compiler: webpack.Compiler): void;
28}
29
30/**
31 * Common CLI arguments that are used across all commands.

Callers 5

debuggerWorker.jsFile · 0.65
checkUpdatesMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65

Implementers 9

OutputPluginpackages/repack/src/webpack/plugins/Ou
LoggerPluginpackages/repack/src/webpack/plugins/Lo
JavaScriptLooseModePluginpackages/repack/src/webpack/plugins/Ja
AssetsPluginpackages/repack/src/webpack/plugins/As
TargetPluginpackages/repack/src/webpack/plugins/Ta
DevServerPluginpackages/repack/src/webpack/plugins/De
AssetsResolverPluginpackages/repack/src/webpack/plugins/As
AssetResolverpackages/repack/src/webpack/plugins/As
ReactNativeFlipperpackages/TesterApp/android/app/src/deb

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…