JohnBra / vite-web-extension

Vite web extension template. Setup with React, Typescript and TailwindCSS
MIT License
576 stars 84 forks source link

Removes `contentStyle.css` and its references in manifest.ts #20

Closed mdrach closed 1 year ago

mdrach commented 1 year ago

Removes contentStyle.css which is no longer used. I think this was missed by this PR which handled other content style cleanup.

Copying the contentStyle.css file into the build directory for content scripts was made irrelevant by vite-plugin-css-injected-by-js. This plugin just embeds the css for content scripts directly into the generated index.js.

JohnBra commented 1 year ago

Closing as this has become outdated.