yeiniel / babel-plugin-transform-html-import-to-string

Turn HTML imports (and export from) into constant strings
MIT License
25 stars 10 forks source link

Is it possible to use it in `babel-register` #7

Closed quan17 closed 3 years ago

quan17 commented 4 years ago

Hey, thx for the plugin. just want to know if there is a way to embed in babel-register with Node API way(need use in mocha require hooks) Let me know if you interested on more details. Thank you.

yeiniel commented 4 years ago

Hi @quan17 . I'm not sure, i have never experienced that use case before. From the documentation here https://babeljs.io/docs/en/babel-register it should just work. Yes i will be interested on having more details. Have a good day/night

yeiniel commented 3 years ago

closing due to lack of feedback on this one