MCPcopy 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

4declare interface Loader {
5 _module: webpack.NormalModule;
6 cacheable?(): void;
7 async(): (...args: unknown[]) => unknown;
8}
9

Callers 2

loaderFunction · 0.80
bundle-loader.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected