webpack/lib/prefetch
Tobias Koppers 065177df66 add experimental support for build time execution
allow to execute a part of the module graph at build time
e. g. to generate code or other assets

loaders have access to that via `this.importModule(request, options)`
2021-04-12 12:27:54 +02:00
..
ChunkPrefetchFunctionRuntimeModule.js add selective runtime requirements from startup logic which doesn't prevent inlining modules 2020-12-11 14:36:48 +01:00
ChunkPrefetchPreloadPlugin.js add experimental support for build time execution 2021-04-12 12:27:54 +02:00
ChunkPrefetchStartupRuntimeModule.js add expressionFunction helper to choose shortest variant when return value is not relevant 2021-03-15 15:40:30 +01:00
ChunkPrefetchTriggerRuntimeModule.js add expressionFunction helper to choose shortest variant when return value is not relevant 2021-03-15 15:40:30 +01:00
ChunkPreloadTriggerRuntimeModule.js remove unused code 2021-03-09 17:19:16 +01:00