Can't run dynamic import() #2706
Unanswered
dogukanakkaya
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can't import dynamic files.
Not working since Remix builds everything in single file. It tries to import that under the
build/index.js
but there is no driver folder nor that file i want to dynamically import.I think dynamic imports should be compiled and build differently, with all folder structure that could be dynamically imported but it seems it does not, right?
Beta Was this translation helpful? Give feedback.
All reactions