ktongue's picture
download
raw
715 Bytes
/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
"use strict";
/** @typedef {import("./config/defaults").WebpackOptionsNormalizedWithDefaults} WebpackOptions */
/** @typedef {import("./config/normalization").WebpackOptionsInterception} WebpackOptionsInterception */
/** @typedef {import("./Compiler")} Compiler */
class OptionsApply {
/**
* @param {WebpackOptions} options options object
* @param {Compiler} compiler compiler object
* @param {WebpackOptionsInterception=} interception intercepted options
* @returns {WebpackOptions} options object
*/
process(options, compiler, interception) {
return options;
}
}
module.exports = OptionsApply;

Xet Storage Details

Size:
715 Bytes
·
Xet hash:
c47a4c03552cf840d228733f65dcc1d82c19fb9a77c05e4590d648d41c48f68b

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.