Update micromark import paths for changes in version 4, output any errors during webpack build.

This commit is contained in:
David Anson 2023-06-23 02:36:23 +00:00
parent f176c4fd65
commit 8fb6287300
3 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
/* eslint-disable max-len, n/no-missing-import */
export { compile } from "micromark/lib/compile";
export { compile } from "micromark";
export { gfmAutolinkLiteralHtml } from "micromark-extension-gfm-autolink-literal";
export { gfmFootnoteHtml } from "micromark-extension-gfm-footnote";
export { gfmTableHtml } from "micromark-extension-gfm-table";