cloudacy / vue-markdown-render

A simple markdown parser for Vue using markdown-it.
MIT License
79 stars 10 forks source link

fix: add type module to package.json #13

Closed filiphazardous closed 3 months ago

filiphazardous commented 1 year ago

Hi! Building a site with vite-ssg failed with "SyntaxError: Cannot use import statement outside a module" on vue-markdown-render. Just setting "type": "module" in package.json seems to fix the problem.

Thanks for a useful package! /Filip

cjholowatyj commented 6 months ago

+1