Replies: 2 comments 1 reply
-
Does this work for you? #6976 (comment) (still isn't described in the docs unfortunately: parcel-bundler/website#884) We really want to avoid adding more and more CLI arguments... |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'll give it a try, thanks for the suggestion. I understand not wanting to add arguments to the CLI. |
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'm facing an issue with my current project because I need to use a sharedArrayBuffer, which requires some specific CORS headers.
Parcel's dev server does not add these headers by default and It doesn't look like there is an option to add them manually.
I can solve this in two ways:
So my questions are:
--header
parameter name make sense ? Should it be--headers
(to match webpack), or something else ?Beta Was this translation helpful? Give feedback.
All reactions