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

@ -13,7 +13,7 @@
},
"bugs": "https://github.com/DavidAnson/markdownlint/issues",
"scripts": {
"build": "webpack --no-stats"
"build": "webpack --stats minimal"
},
"engines": {
"node": ">=16"