Add Megu to Experiments author
This commit is contained in:
parent
b6d2f50dfc
commit
8cc43cdc7c
@ -2,7 +2,7 @@ import definePlugin from '../utils/types';
|
|||||||
|
|
||||||
export default definePlugin({
|
export default definePlugin({
|
||||||
name: "Experiments",
|
name: "Experiments",
|
||||||
author: "Vendicated",
|
author: "Vendicated, Megumin",
|
||||||
description: "Enable Experiments",
|
description: "Enable Experiments",
|
||||||
patches: [{
|
patches: [{
|
||||||
find: "Object.defineProperties(this,{isDeveloper",
|
find: "Object.defineProperties(this,{isDeveloper",
|
||||||
|
@ -109,7 +109,7 @@ export function search(...filters: Array<string | RegExp>) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Extract a specific module by id into its own webpack chunk. This has no effect on
|
* Extract a specific module by id into its own Source File. This has no effect on
|
||||||
* the code, it is only useful to be able to look at a specific module without having
|
* the code, it is only useful to be able to look at a specific module without having
|
||||||
* to view a massive file. extract then returns the extracted module so you can jump to it.
|
* to view a massive file. extract then returns the extracted module so you can jump to it.
|
||||||
* As mentioned above, note that this extracted module is not actually used,
|
* As mentioned above, note that this extracted module is not actually used,
|
||||||
|
Loading…
Reference in New Issue
Block a user