mutoe / vue3-realworld-example-app

Explore the charm of Vue composition API! Vite?
https://vue3-realworld-example-app-mutoe.vercel.app
MIT License
963 stars 344 forks source link

When I using deepmerge in vite project #11

Closed mutoe closed 4 years ago

mutoe commented 4 years ago

When I merge the #10 , I got this error in browser and dev mode

Uncaught SyntaxError: import not found: default

It located the 1st line in request.ts

import merge from 'deepmerge'
^^^^^^

@levchak0910 Do you have any idea?

levchak0910 commented 4 years ago

I forgot add deepmerge to package.json It seems somewhere in development time i discarded files in my IDE and forget add this dependency again (Shame on me)

Fixed

mutoe commented 4 years ago

Oh... I think it should throw "not found module xxx" it's confusing.