NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/webpack/lib/OptionsApply.js
2023-09-14 14:47:11 +08:00

11 lines
200 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;