marp-team / marp-cli

A CLI interface for Marp and Marpit based converters
MIT License
1.9k stars 108 forks source link

Revert how to resolve bundled Marp Core #527

Closed yhatt closed 1 year ago

yhatt commented 1 year ago

Use require() instead of import() for resolving the built-in Marp Core, to prevent throwing TypeError in the standalone binary.

Fix #526.