Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2022-09-02 12:38:44 +02:00
parent 241da8656d
commit 9411007857
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ module.exports = (_ => {
chunkObserver: {},
contextChunkObserver: {}
};
const Plugin = function (changeLog) {
return class Plugin {
constructor (meta) {for (let key in meta) if (!this[key]) this[key] = meta[key];}