Files
site/nova-components/NovaLeader/node_modules/webpack/lib/OptionsApply.js
2025-04-21 16:03:20 +02:00

11 lines
200 B
JavaScript
Vendored

/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
"use strict";
class OptionsApply {
process(options, compiler) {}
}
module.exports = OptionsApply;