Files
GNX-mailEnterprise/frontend/node_modules/webpack/lib/node/NodeSourcePlugin.js
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

20 lines
353 B
JavaScript

/*
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;