marp-team / marpit

The skinny framework for creating slide deck from Markdown
https://marpit.marp.app/
MIT License
963 stars 46 forks source link

[v3] Drop support against end-of-lifed Node.js versions #380

Closed yhatt closed 1 year ago

yhatt commented 1 year ago

We dropped support against EoL Node.js versions 10-16.

@babel/preset-env is now targeted Node.js 18, but I'm going to work for removing babel and replace the build step into rollup, for making ESM entrypoint.

Close #291.