devtools icon indicating copy to clipboard operation
devtools copied to clipboard

devtools-overlay.css does not work unless explicitly loaded with Accept=text/css

Open spthiel opened this issue 4 months ago • 0 comments

Description

When running an instance of the vue devtools with any form of proxy that modifies or omits the "Accept" header, the vue devtools will not work.

Expected behavior

Since vite transforms css files to javascript modules when requested without the text/css header, the css should be imported as module instead of being added to the dom on the fly. This would prevent issues with proxies

spthiel avatar Aug 25 '25 08:08 spthiel