Remove babel-doctor from babel-cli (#4725)
* Remove babel-doctor from babel-cli fixes #4678 * Throw when babel-doctor is used
This commit is contained in:
2
packages/babel-cli/bin/babel-doctor.js
Executable file → Normal file
2
packages/babel-cli/bin/babel-doctor.js
Executable file → Normal file
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
require("../lib/babel-doctor");
|
||||
throw new Error("babel-doctor has been removed.");
|
||||
|
||||
Reference in New Issue
Block a user