Remove the relative babel-core option.

This commit is contained in:
Logan Smyth
2017-10-17 11:09:10 -07:00
parent 0a823fbe8d
commit 0a2a0bb254
2 changed files with 1 additions and 1 deletions

View File

@@ -242,6 +242,7 @@ delete opts.quiet;
delete opts.configFile;
delete opts.deleteDirOnStart;
delete opts.keepFileExtension;
delete opts.relative;
// Commander will default the "--no-" arguments to true, but we want to leave them undefined so that
// @babel/core can handle the default-assignment logic on its own.