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/babel-plugin-transform-jsx-to-htm@1.0.0
Maybe related to #83