You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Using Http2 in Dev mode will make the application load faster as it removes the "6 concurrent requests" limit from the browser and makes each request faster as it uses connection pooling.
Describe the solution you'd like
Instead of node http/https packages, use the http/2 package and options.
Is your feature request related to a problem? Please describe.
Using Http2 in Dev mode will make the application load faster as it removes the "6 concurrent requests" limit from the browser and makes each request faster as it uses connection pooling.
Describe the solution you'd like
Instead of node
http/https
packages, use thehttp/2
package and options.A similar solution is already implemented by Snowpack for example:
FredKSchott/snowpack#399
Describe alternatives you've considered
Snowpack is an alternative, but I want to stick to using Rollup in Prod.
The text was updated successfully, but these errors were encountered: