Replies: 1 comment
-
For this I’d really recommend using dynamic imports ( There are other ways to do it that involve code transformation, sure, but I’ll always recommend methods like this that lean into ECMA standards and as little transformation as possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example in rollup.config I can configure input file
src/appA/index.js
using coderollup -c --module appA
.This is how the scenario looks like:
How can I achieve the same result using snowpack script?
Beta Was this translation helpful? Give feedback.
All reactions