next.js
d3afc8b5 - exclude some modules from auto-import (#74020)

Commit
1 year ago
exclude some modules from auto-import (#74020) excludes: - entrypoint templates: it never makes sense to import from these (they're not even complete modules!) but they reexport many things, so they keep popping up as a suggested source - `some-async-storage-instance`: we should always use `some-async-storage.external` instead
Author
Parents
Loading