Here are some examples of how to debug UI Components in Magento 2.
require('uiRegistry').get(ui => console.log(ui.name));
#!/usr/bin/env bash | |
LANGUAGES="en_US pt_BR" | |
# production or developer | |
ENVIRONMENT="production" | |
COMPOSER=$(which composer) | |
PHP=$(which php) | |
ROOT=$(pwd) |