mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-04 07:46:21 +02: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;
|