Describe the bug
I cannot use the code builder as documented:
import md, { code } from "vite-plugin-md";
TS error: Module '"vite-plugin-md"' has no exported member 'code'. Did you mean to use 'import code from "vite-plugin-md"' instead?ts(2614)
package.json
"vite-plugin-md": "^0.21.5",
"vite": "^4.0.3",
"vite-plugin-ssr": "^0.4.131",
"vue": "^3.2.33"
Reproduction
https://github.com/yankeeinlondon/code-builder#using-this-builder
System Info
Used Package Manager
npm
Validations
Describe the bug
I cannot use the
codebuilder as documented:import md, { code } from "vite-plugin-md";
TS error:
Module '"vite-plugin-md"' has no exported member 'code'. Did you mean to use 'import code from "vite-plugin-md"' instead?ts(2614)package.json
Reproduction
https://github.com/yankeeinlondon/code-builder#using-this-builder
System Info
Used Package Manager
npm
Validations