feat: initial commit
This commit is contained in:
11
node_modules/webpack/lib/OptionsApply.js
generated
vendored
Normal file
11
node_modules/webpack/lib/OptionsApply.js
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
MIT License http://www.opensource.org/licenses/mit-license.php
|
||||
Author Tobias Koppers @sokra
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
class OptionsApply {
|
||||
process(options, compiler) {}
|
||||
}
|
||||
module.exports = OptionsApply;
|
Reference in New Issue
Block a user