Update 0BDFDB.plugin.js
This commit is contained in:
parent
241da8656d
commit
9411007857
|
@ -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];}
|
||||
|
|
Loading…
Reference in New Issue