feat: remove unused plugins (#262)

Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
This commit is contained in:
Grant Timmerman 2020-07-23 15:43:02 -07:00 committed by GitHub
parent a7c326b48c
commit 4014da26f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
exports.handlers = {
beforeParse(e) {
e.source = e.source.replace(/@typedef.*/, "");
return e;
}
};