| Current Path : /var/www/html/laravel-cms/public/tailadmin/node_modules/webpack/lib/node/ |
| Current File : /var/www/html/laravel-cms/public/tailadmin/node_modules/webpack/lib/node/NodeSourcePlugin.js |
/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
"use strict";
/** @typedef {import("../Compiler")} Compiler */
class NodeSourcePlugin {
/**
* Applies the plugin by registering its hooks on the compiler.
* @param {Compiler} compiler the compiler instance
* @returns {void}
*/
apply(compiler) {}
}
module.exports = NodeSourcePlugin;