* Returns options object. * @param {WebpackOptions} options options object * @param {Compiler} compiler compiler object * @param {WebpackOptionsInterception=} interception intercepted options * @returns {WebpackOptions} options object
(options, compiler, interception)
| 18 | * @returns {WebpackOptions} options object |
| 19 | */ |
| 20 | process(options, compiler, interception) { |
| 21 | return options; |
| 22 | } |
| 23 | } |
| 24 | |
| 25 | module.exports = OptionsApply; |
no outgoing calls
no test coverage detected