hellomrbigshot / simple-m-editor

A markdown editor for Vue@3
https://hellomrbigshot.github.io/simple-m-editor/
MIT License
13 stars 3 forks source link

Failed to resolve entry for package "simple-m-editor" #41

Open nguyenvancaokyfpt opened 5 months ago

nguyenvancaokyfpt commented 5 months ago

[plugin:vite:import-analysis] Failed to resolve entry for package "simple-m-editor". The package may have incorrect main/module/exports specified in its package.json.

My project gives me this error when I add simple-m-editor to the project.

i just add import { MEditor, marked } from 'simple-m-editor'; import 'simple-m-editor/dist/style.css';

hellomrbigshot commented 3 days ago

I'm sorry i replay so late. Now you can use @simple-m-editor/vue to instead simple-m-editor, the new package is built with rollup and has mjs file to import.