When I attempt to run bundle-visualizer
in --production
mode, the force-ssl
package redirects to https
and without a port number, so I can’t actually see anything.
Removing force-ssl works, but this is a pain. How can I get this to work without removing force-ssl every time?
Maybe there should be a --temp-remove
flag that can be paired with –extra-packages?