Admin Backend - using React-CSV issue with JSX

Hey there,

So I’m making a plugin that uses react-csv to generate a csv as a report. But the issue has come that react-csv uses a JSX file, which it seems like strapi doesn’t like and give a webpack error saying it doesn’t have a way of resolving this file. How do you add .jsx to the webpack setup?

1 Like