MCPcopy Create free account
hub / github.com/InboxSDK/InboxSDK / WebpackTaskOptions

Interface WebpackTaskOptions

gulpfile.babel.ts:141–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141interface WebpackTaskOptions {
142 entry: webpack.Configuration['entry'];
143 devtool?: webpack.Configuration['devtool'];
144 disableMinification?: boolean;
145 afterBuild?: () => Promise<void>;
146 plugins?: webpack.Configuration['plugins'];
147}
148
149async function webpackTask({
150 entry,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected