Open derekbarnhart opened 1 year ago
When loading my bundle via a cdn into a consuming application where a CSP has been set I encountered the following error:
Tracing this back to the compiled source I saw that it was the function constructor that was causing the issue:
which maps back to this line:
I am trying to understand why this method of resolving the css is required and why a direct wrapping of the compiled css would not be appropriate.
When loading my bundle via a cdn into a consuming application where a CSP has been set I encountered the following error:
Tracing this back to the compiled source I saw that it was the function constructor that was causing the issue:
which maps back to this line:
I am trying to understand why this method of resolving the css is required and why a direct wrapping of the compiled css would not be appropriate.