You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just started playing around with Svelte+webpack (probably something I should have tried to get my head round a long time ago), and immediately ran into an annoyance — because acorn doesn't support dynamic import(...), neither does Svelte.
It'd be nice if that worked out of the box. There's a plugin for it, so it should be relatively straightforward.
Open question whether any other ESnext stuff should be supported, but I think import(...) passes whatever threshold we'd set.
The text was updated successfully, but these errors were encountered:
Just started playing around with Svelte+webpack (probably something I should have tried to get my head round a long time ago), and immediately ran into an annoyance — because acorn doesn't support dynamic
import(...)
, neither does Svelte.It'd be nice if that worked out of the box. There's a plugin for it, so it should be relatively straightforward.
Open question whether any other ESnext stuff should be supported, but I think
import(...)
passes whatever threshold we'd set.The text was updated successfully, but these errors were encountered: