Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ replaceKeys
Method
replaceKeys
lib/library/UmdLibraryPlugin.js:169–172 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
167
* @returns {string} the replaced keys
168
*/
169
const
replaceKeys = (str) =>
170
compilation.getPath(str, {
171
chunk
172
});
173
174
/**
175
* Externals deps array.
Callers
nothing calls this directly
Calls
1
getPath
Method · 0.80
Tested by
no test coverage detected