Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aurelia/webpack-plugin
/ cacheable
Method
cacheable
src/html-requires-loader.ts:6–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
declare
interface
Loader {
5
_module: webpack.NormalModule;
6
cacheable?(): void;
7
async
(): (...args: unknown[]) => unknown;
8
}
9
Callers
2
loader
Function · 0.80
bundle-loader.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected