biofriction-wp-theme/node_modules/webpack/lib/OptionsApply.js

12 lines
201 B
JavaScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02: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;