kentcdodds / mdx-bundler

🦤 Give me MDX/TSX strings and I'll give you back a component you can render. Supports imports!
MIT License
1.78k stars 75 forks source link

Is there a way to use this library without new Function? #230

Open lilouartz opened 5 months ago

lilouartz commented 5 months ago

It fails to run on my website because of CSP policy, and I do not want to allow unsafe-inline. Is there a way to somehow use it without eval even if it means that not all functions will be supported?