Hi Folks, I am trying to use custom css styling with react components in PCF and trying to import the file as like we do in regular react project. However, I am getting the following error when trying to build the project. Error: You may need an appropriate loader to handle this file type, currently no loader are configured to process this file. see
https://webpack.js.org/concept#loaders Also, the styling file for the component, do I need to include that in Menifest file? (I did get the error regardless..) Any help is appreaciated. Thanks