sandstreamdev / react-swipeable-list

Swipeable list component for React.
https://sandstreamdev.github.io/react-swipeable-list/
MIT License
125 stars 18 forks source link

Vercel deployment failed #180

Open ahmadjonhn opened 3 years ago

ahmadjonhn commented 3 years ago
  Failed to compile.
21:14:04.610 ModuleNotFoundError: Module not found: Error: Can't resolve '@sandstreamdev/react-swipeable-list' in '/vercel/workpath0/pages'
21:14:04.610 > Build error occurred
21:14:04.612 Error: > Build failed because of webpack errors
21:14:04.612 at build (/vercel/workpath0/node_modules/next/dist/build/index.js:15:918)
21:14:04.612 at runMicrotasks ()
21:14:04.612 at processTicksAndRejections (internal/process/task_queues.js:97:5)
evanezent commented 3 years ago

had the same problem while deploying into vercel, does anyone know how to solve this problem?

marekrozmus commented 3 years ago

Could you please provide some minimal repository with configuration that I could reproduce this issue?