* Make this loader result cacheable. By default it's cacheable. * A cacheable loader must have a deterministic result, when inputs and dependencies haven't changed. * This means the loader shouldn't have other dependencies than specified with this.addDependency. * Most loaders are deterministi
(flag?: boolean)
| 182 | * Most loaders are deterministic and cacheable. |
| 183 | */ |
| 184 | cacheable(flag?: boolean): void; |
| 185 | |
| 186 | callback: WebpackLoaderContextCallback; |
| 187 |
no outgoing calls
no test coverage detected