I am trying to upgrade my Vue2 (not Vue3) to use Vite and when I load the project using vue-easymde@2.0.0 and easymde@2.15.1-12.0 I get the following error in the console in Chrome Dev tools.
Uncaught SyntaxError: The requested module '/static/node_modules/vue-easymde/node_modules/easymde/src/js/easymde.js?v=2cdb057b' does not provide an export named 'default'
I am not sure how to 'fix' this -seem vite is more stricter than webpack and vue-cli.
I tried going to easymde@2.8.0 and 2.0.0 and no difference,
I am trying to upgrade my Vue2 (not Vue3) to use Vite and when I load the project using vue-easymde@2.0.0 and easymde@2.15.1-12.0 I get the following error in the console in Chrome Dev tools.
Uncaught SyntaxError: The requested module '/static/node_modules/vue-easymde/node_modules/easymde/src/js/easymde.js?v=2cdb057b' does not provide an export named 'default'
I am not sure how to 'fix' this -seem vite is more stricter than webpack and vue-cli. I tried going to easymde@2.8.0 and 2.0.0 and no difference,