webpack/lib/stats
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
..
DefaultStatsFactoryPlugin.js add experimental support for build time execution 2021-04-12 12:27:54 +02:00
DefaultStatsPresetPlugin.js Show error details automatically when only 2 or less errors are there 2021-02-05 15:55:31 +01:00
DefaultStatsPrinterPlugin.js add experimental support for build time execution 2021-04-12 12:27:54 +02:00
StatsFactory.js improve typings for stats related hooks and classes 2020-12-17 18:51:55 +01:00
StatsPrinter.js chore: add typings for DefaultStatsFactoryPlugin, Stats, and MultiStats 2021-01-17 15:18:38 +11:00