added check to remove local import starting from . (#1807)

This commit is contained in:
wassaf shahzad 2023-09-12 15:54:57 -07:00 committed by GitHub
parent 43f3990448
commit 1c598b8428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -524,6 +524,7 @@ class App(Base):
and i != "focus-visible/dist/focus-visible"
and "next" not in i
and not i.startswith("/")
and not i.startswith(".")
and i != ""
}
frontend_packages = get_config().frontend_packages