Replies: 1 comment
-
We don’t support this use case, so I can’t provide too much support here. But I will say that this is expected in that |
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
Uh oh!
There was an error while loading. Please reload this page.
-
G'day! In an attempt to further bundle the output to get down to one HTML file if possible, I ran into some strife. With this Rollup config…
… and this command…
… I get one of 20 errors resembling:
I figure the import is unreachable: the built page seems to work. But, it's blocking Rollup here, and there might be some underlying problem you need to know about that results in:
Looking for all such imports:
Of these, three are present in the output:
Adding the others to the Rollup config as
external
lets Rollup succeed, but it's a bit fiddly.Beta Was this translation helpful? Give feedback.
All reactions