webpack/lib/OptionsApply.js

11 lines
234 B
JavaScript
Raw Normal View History

2013-01-31 01:49:25 +08:00
/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
2015-07-13 06:20:09 +08:00
function OptionsApply() {}
2013-01-31 01:49:25 +08:00
module.exports = OptionsApply;
2015-07-13 06:20:09 +08:00
OptionsApply.prototype.process = function( /* options, compiler */ ) {
2015-04-24 05:55:50 +08:00
};