lanan-old/detection-user/node_modules/webpack/lib/OptionsApply.js
愉快的大福 7dc28dc701 init
2024-07-17 14:16:22 +08:00

12 lines
201 B
JavaScript

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