Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/webpack/webpack-cli
/ webpack
Function
webpack
test/api/cli-plugin-interop/mock-webpack.js:5–9 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
3
const
realWebpack = require(
"webpack"
);
4
5
const
webpack = (options) => {
6
globalThis.__capturedWebpackOptions = options;
7
8
return
{ options };
9
};
10
11
webpack.cli = realWebpack.cli;
12
webpack.version = realWebpack.version;
Callers
1
createCompiler
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected