aswi2020vldc-gitlab/templetes/node_modules/webpack/lib/OptionsApply.js @ 143404cb
1 |
/*
|
---|---|
2 |
MIT License http://www.opensource.org/licenses/mit-license.php
|
3 |
Author Tobias Koppers @sokra
|
4 |
*/
|
5 |
"use strict"; |
6 |
|
7 |
class OptionsApply { |
8 |
process(options, compiler) {} |
9 |
}
|
10 |
module.exports = OptionsApply; |