callumlocke / json-formatter

Makes JSON easy to read.
https://chrome.google.com/webstore/detail/json-formatter/bcjindcccaagfpapjjmafapmmgkkhgoa?hl=en
BSD 3-Clause "New" or "Revised" License
3.76k stars 859 forks source link

Fixed CSS injection #273

Closed evg4b closed 3 months ago

evg4b commented 4 months ago

Hi @callumlocke,

After reading issue number #271, I noticed that you have problems with CSS injection. I fixed this using the js esbuild API and the corresponding plugin. Now It works great, although in my opinion, the assembly looks unnecessarily complex. Perhaps you should consider looking towards pure esbuild or something like tsup, it would simplify maintenance. In any case, I hope this PR will be usefulI.