paragraph
paragraph copied to clipboard
Enable useStrictCSP for cssInjectedByJsPlugin
Enables useStrictCSP when injecting styles. See https://github.com/marco-prontera/vite-plugin-css-injected-by-js#usestrictcsp-boolean
Does not throw any errors if meta property is not present
useStrictCSP ? `elementStyle.nonce = document.head.querySelector('meta[property=csp-nonce]')?.content;` : ''
Updated README to reflect the out of the box support