I couldn’t find the answer to how to do this in WordPress.
So, I he to break out the debugger. Grumble. But it does find stuff. Here’s what it found.
To avoid minifying core Javascript (including such things as Gutenberg code) do this.
wp config set --raw SCRIPT_DEBUG true
or stick this line in wp-config.php.
define( 'SCRIPT_DEBUG', true );