material-ui-phone-number
material-ui-phone-number copied to clipboard
Content security Policy "nonce" tag for style element
I have an style tag in my project.
I want to include some nonce tag for content security policies.

looks like is done here https://github.com/bl00mber/react-phone-input-2/blob/master/src/style/common/flags.less#L9
I am using material design and this is the current output. (which is good)

Any idea about how do this?
pretty sure if we tweak https://github.com/alexplumb/material-ui-phone-number/blob/master/webpack.config.common.js#L46-L53 with https://webpack.js.org/loaders/style-loader/#attributes we could control it otherwise I don't see any chance