Closed yhatt closed 1 year ago
Use require() instead of import() for resolving the built-in Marp Core, to prevent throwing TypeError in the standalone binary.
require()
import()
Fix #526.
Use
require()
instead ofimport()
for resolving the built-in Marp Core, to prevent throwing TypeError in the standalone binary.Fix #526.