You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
Ok on further investigation I think I found the problem. Seems easymde is not a module (or doesn't have anything exported) Ionaru/easy-markdown-editor#262
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,
The text was updated successfully, but these errors were encountered: