canjs / can-connect

Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.
https://canjs.com/doc/can-connect.html
MIT License
29 stars 16 forks source link

Use relative paths for imports #422

Closed matthewp closed 6 years ago

matthewp commented 6 years ago

webpack has trouble when a package tries to import itself through its own package name. Using relative paths is the most cross-bundler solution.