webpack/lib/node
Tobias Koppers 7e85649492 improve target options
infer target properties from different targets and fill defaults from that

custom targets can now be created via `target: false` and a plugin (similar to the other options)

add stubs from universal chunk/wasm loading and module chunk format

add externalsPresets.electron and externalsPresets.electronRenderer

node.__file/dirname: "eval-only"
2020-09-10 11:42:09 +02:00
..
CommonJsChunkLoadingPlugin.js new Worker() support 2020-09-08 07:37:20 +02:00
NodeEnvironmentPlugin.js fix jsdoc documentations 2020-04-28 19:42:58 +02:00
NodeSourcePlugin.js improve target options 2020-09-10 11:42:09 +02:00
NodeTargetPlugin.js use hard-coded list of builtins to be independent of node.js version 2020-08-28 01:09:12 +02:00
NodeTemplatePlugin.js implement enabledChunkLoadingTypes approach 2020-08-28 10:59:37 +02:00
NodeWatchFileSystem.js add more types 2020-08-02 23:47:54 +03:00
ReadFileChunkLoadingRuntimeModule.js move baseUri into chunk loading runtime modules 2020-08-29 01:59:39 +02:00
ReadFileCompileAsyncWasmPlugin.js refactor wasm loading from target into output.wasmLoading option 2020-09-09 11:20:37 +02:00
ReadFileCompileWasmPlugin.js refactor wasm loading from target into output.wasmLoading option 2020-09-09 11:20:37 +02:00
RequireChunkLoadingRuntimeModule.js move baseUri into chunk loading runtime modules 2020-08-29 01:59:39 +02:00
nodeConsole.js Use @ts-expext-error 2020-05-12 14:34:29 +02:00