Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert how to resolve bundled Marp Core #527

Merged
merged 2 commits into from
Jun 19, 2023

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Jun 19, 2023

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

Fix #526.

Use `require()` instead of `import()` to prevent throwing TypeError in the
standalone binary.
@yhatt yhatt merged commit ec032f7 into main Jun 19, 2023
1 check passed
@yhatt yhatt deleted the fix-standalone-binary-remaining-import branch June 19, 2023 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v3.0.1 the standalone binary still throws TypeError
1 participant