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

@ -5,6 +5,6 @@
export { gfmAutolinkLiteral } from "micromark-extension-gfm-autolink-literal";
export { gfmFootnote } from "micromark-extension-gfm-footnote";
export { gfmTable } from "micromark-extension-gfm-table";
export { parse } from "micromark/lib/parse";
export { postprocess } from "micromark/lib/postprocess";
export { preprocess } from "micromark/lib/preprocess";
export { parse } from "micromark";
export { postprocess } from "micromark";
export { preprocess } from "micromark";