surmon-china / vue-codemirror

@codemirror code editor component for @vuejs
https://github.surmon.me/vue-codemirror
MIT License
3.25k stars 380 forks source link

Fix build with Vite #219

Open christianalfoni opened 6 months ago

christianalfoni commented 6 months ago

When you try to build your project with vite (Experienced in latest vitepress) you'll get into rollup during builds issues as the library supports ESM, but its package.json is not defined as such. This property makes build tools properly identify it as an ESM library.