diff --git a/README.md b/README.md index 4837d4cf90..4decf0d876 100644 --- a/README.md +++ b/README.md @@ -1189,7 +1189,6 @@ export const loader = () => import('./loader'); ``` ```ts -// Note how it ignores the type-only import { "exports": [ "loader" @@ -1230,23 +1229,21 @@ export const loader = () => import('./loader'); `); ``` - Note how it ignores the type-only import - ```json [ { "kind": "import-statement", - "path": "react", + "path": "react" }, { "kind": "import-statement", - "path": "remix", + "path": "remix" }, { "kind": "dynamic-import", - "path": "./loader", - }, -]; + "path": "./loader" + } +] ``` ## Environment variables