Adding babel-plugin-transform-jsx-to-htm to https://babeljs.io/repl does not works (no code is transformed)
Investigating, i found that bundle.run (used by the REPL to load plugins) returns a dummy package that throws a MODULE NOT FOUND error: https://bundle.run/[email protected]
Maybe related to #83