mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-21 20:09:50 -04:00
12 lines
201 B
JavaScript
12 lines
201 B
JavaScript
/*
|
|
MIT License http://www.opensource.org/licenses/mit-license.php
|
|
Author Tobias Koppers @sokra
|
|
*/
|
|
|
|
"use strict";
|
|
|
|
class OptionsApply {
|
|
process(options, compiler) {}
|
|
}
|
|
module.exports = OptionsApply;
|