Nevenall / remark-terms

Remark plugin to add parsing of single and double curly braces to mark special terms.
MIT License
5 stars 2 forks source link

Replace 'module.exports' to 'export default` #6

Open hrkw00 opened 4 years ago

hrkw00 commented 4 years ago

Now I use remark-terms with babel v7(for polyfill). However, due to https://github.com/webpack/webpack/issues/4039, I couldn't use remark-terms correctly with babel v7.

If you don't have some specific reasons to use module.exports syntax, please change to export default!