Closed janniks closed 2 years ago
changes ~absolute import to relative. projects using connect may think src/... refers to an npm module.
src/...
- from 'src/types/signature'; + from '../types/signature';
changes ~absolute import to relative. projects using connect may think
src/...
refers to an npm module.