Open hrkw00 opened 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.
remark-terms
If you don't have some specific reasons to use module.exports syntax, please change to export default!
module.exports
export default
Now I use
remark-terms
with babel v7(for polyfill). However, due to https://github.com/webpack/webpack/issues/4039, I couldn't useremark-terms
correctly with babel v7.If you don't have some specific reasons to use
module.exports
syntax, please change toexport default
!