mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-29 01:45:40 +08:00
Remove outdated babel plugins (#8353)
Updates dependencies and removes babel plugins that are now covered by `@babel/preset-env`. Co-authored-by: hdineen <hdineen@hubspot.com>
This commit is contained in:
@@ -10,7 +10,7 @@ function print_help {
|
||||
echo "OPTIONS:"
|
||||
echo " --node-version <version> the node version to use while testing [12]"
|
||||
echo " --git-branch <branch> the git branch to checkout for testing [the current one]"
|
||||
echo " --test-suite <suite> which test suite to use ('simple', installs', 'kitchensink', 'kitchensink-eject', 'all') ['all']"
|
||||
echo " --test-suite <suite> which test suite to use ('all', 'behavior', installs', 'kitchensink', 'kitchensink-eject', 'simple') ['all']"
|
||||
echo " --interactive gain a bash shell after the test run"
|
||||
echo " --help print this message and exit"
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user