feat: remove unused plugins (#262)
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
This commit is contained in:
parent
a7c326b48c
commit
4014da26f5
|
@ -1,6 +0,0 @@
|
||||||
exports.handlers = {
|
|
||||||
beforeParse(e) {
|
|
||||||
e.source = e.source.replace(/@typedef.*/, "");
|
|
||||||
return e;
|
|
||||||
}
|
|
||||||
};
|
|
Loading…
Reference in New Issue