Update 0BDFDB.plugin.js
This commit is contained in:
parent
241da8656d
commit
9411007857
|
@ -102,6 +102,7 @@ module.exports = (_ => {
|
||||||
chunkObserver: {},
|
chunkObserver: {},
|
||||||
contextChunkObserver: {}
|
contextChunkObserver: {}
|
||||||
};
|
};
|
||||||
|
|
||||||
const Plugin = function (changeLog) {
|
const Plugin = function (changeLog) {
|
||||||
return class Plugin {
|
return class Plugin {
|
||||||
constructor (meta) {for (let key in meta) if (!this[key]) this[key] = meta[key];}
|
constructor (meta) {for (let key in meta) if (!this[key]) this[key] = meta[key];}
|
||||||
|
|
Loading…
Reference in New Issue