I’m not sure how to investigate this fully, but through trial and error, I have narrowed down the issue to "when I import EditorView from “@codemirror/view” and attempt to build a bundle, then my Chromium-based browser (I’m using Arc, now) believes that the extension is non-UTF-8. Giving me the following error:
Anything come to mind with weird characters? I tried replacing the funny character in style-mod for their Symbol.for, but I don’t think that made a difference in their detection. I suspect I may need to see if Chromium’s source code tells us how they detect non-utf8 files, but I will take a while to figure out how to navigate that site.