/var/www/cobraambalaj/node_modules/webpack/lib/node
NameSizeModeActions
CommonJsChunkLoadingPlugin.js38100644editdlrm
nodeConsole.js37640644editdlrm
NodeEnvironmentPlugin.js13700644editdlrm
NodeSourcePlugin.js3530644editdlrm
NodeTargetPlugin.js10250644editdlrm
NodeTemplatePlugin.js8480644editdlrm
NodeWatchFileSystem.js36620644editdlrm
ReadFileChunkLoadingRuntimeModule.js87120644editdlrm
ReadFileCompileAsyncWasmPlugin.js22780644editdlrm
ReadFileCompileWasmPlugin.js23830644editdlrm
RequireChunkLoadingRuntimeModule.js62690644editdlrm
Edit: /var/www/cobraambalaj/node_modules/webpack/lib/node/NodeSourcePlugin.js (353B)
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ "use strict"; /** @typedef {import("../Compiler")} Compiler */ class NodeSourcePlugin { /** * Apply the plugin * @param {Compiler} compiler the compiler instance * @returns {void} */ apply(compiler) {} } module.exports = NodeSourcePlugin;