rollup-plugin not running on first preview build #6089
stabldev
started this conversation in
Stencil Testing
Replies: 2 comments 2 replies
-
I am not quite sure if I understand this correctly, mind elaborate what you would expect and what is the actual behavior? |
Beta Was this translation helpful? Give feedback.
1 reply
-
for what it's worth - I'd probably use Stencil's copy job for this https://stenciljs.com/docs/copy-tasks :) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
so I've this config:
and if I run:
"start": "stencil build --dev --watch --serve"
It actually shows this:
But it doesn't get copied yet, not that the thing. If I make some change on code, it re-builds, that time it works (gets copied).
and I'm not sure if this is
rollup-plugin-copy
issue or stencil's.any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions