Explore the REPL implementation in the babel/minify repository, likely in a file like 'repl.js' or similar. Understand how Babili transforms are currently applied. Then design a UI or command line toggle to enable/disable specific plugins. Check existing comments for any prior discussion on implementation details.
Toggling babili plugins in REPL · babel/minify#334 | Good First Issue