webpack/lib/library
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
..
AbstractLibraryPlugin.js add experimental support for build time execution 2021-04-12 12:27:54 +02:00
AmdLibraryPlugin.js add support for libraries combined with iife: false 2021-02-11 11:19:24 +01:00
AssignLibraryPlugin.js offer a hook to opt-out of strict mode 2021-03-15 16:38:50 +01:00
EnableLibraryPlugin.js add support for libraries combined with iife: false 2021-02-11 11:19:24 +01:00
ExportPropertyLibraryPlugin.js add support for libraries combined with iife: false 2021-02-11 11:19:24 +01:00
JsonpLibraryPlugin.js add COMMON_LIBRARY_NAME_MESSAGE to all libraries 2021-02-09 21:27:15 +01:00
ModuleLibraryPlugin.js fix a grammar problem 2021-03-06 22:09:34 +08:00
SystemLibraryPlugin.js add COMMON_LIBRARY_NAME_MESSAGE to all libraries 2021-02-09 21:27:15 +01:00
UmdLibraryPlugin.js fix 4.0 build errors 2020-05-12 14:37:09 +02:00