/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.106.1
lib/node/NodeSourcePlugin.js
19 строк
353 B
Tobias Koppers
improve target options
10 сен 2020, 12:42
10 сен 2020, 12:42
7e85649
Код
Авторство
О чём код?
/* 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;