diff --git a/.changeset/stale-worms-laugh.md b/.changeset/stale-worms-laugh.md deleted file mode 100644 index a6886f6b1c9..00000000000 --- a/.changeset/stale-worms-laugh.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"remix": patch -"@remix-run/dev": patch ---- - -`import()` expects url-encoded strings, so the path must be properly escaped and (especially on Windows) absolute paths must pe prefixed with the `file://` protocol - -dynamic import does not currently work inside of vm which jest relies on so we fall back to require for this case