mjbvz / vscode-markdown-mermaid

Adds Mermaid diagram and flowchart support to VS Code's builtin markdown preview
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid
MIT License
633 stars 114 forks source link

Upgrade css-loader to resolve conflict with webpack #178

Closed shtratos closed 1 year ago

shtratos commented 1 year ago

css-loader of version 2.1.1 required webpack version 4. This caused a conflict with webpack version 5 used by the project. Upgrading css-loader to most recent version 6.7.3 resolves it.

Not including package-lock.json changes as per previous request.

mjbvz commented 1 year ago

Thanks!