Add support of query parameter globs to named pipelines #8543
Unanswered
pragmasoft-ua
asked this question in
Ideas
Replies: 1 comment 1 reply
-
As a roadmap idea, may I suggest also to write a parcel builder plugin for storybook similar to how vite builder is possible to plug into? |
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
-
I've read a discussion when you've decided to go with the prefix approach for named pipelines instead of query parameters.
I though have a use case when I need to somehow maintain interoperability between webpack and parcel builds in regards to resource inlining, because unfortunately storybook uses webpack (it can also use vite but vite also uses query parameter to flag module inlining).
It turns out that it's not possible to use pure configuration approach to inline prefixed modules (parcel style) in webpack as well as inlining query parameter modules in parcel.
I would appreciate any hint on how to solve this as well. I tried many combinations of globs below
as named and regular pipelines but without much success.
.parcelrc
Beta Was this translation helpful? Give feedback.
All reactions