rhb-server/mes-ui/rhb-app/node_modules/webpack/lib/OptionsApply.js

11 lines
200 B
JavaScript
Raw Normal View History

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