I create larval 8 and react mix projects. I add three js for that project. It has hdr-type assets in the assets folder. I got the below error. Can you help me to fix this error?
Asked
Active
Viewed 458 times
0
-
Please share your webpack configuration file. – Amila Senadheera Nov 18 '21 at 10:59
-
It is an empty file. I know that put module into that. But I do not what I should put into the config file. – Nirodha Lakmali Nov 18 '21 at 11:07
-
@AmilaSenadheera Now I put my webpack.config.js code photo – Nirodha Lakmali Nov 18 '21 at 11:11
-
Try `file-loader` instead of `raw-loader`. Raw loader tries to read the file as a string – Amila Senadheera Nov 18 '21 at 11:11
-
still got this error @AmilaSenadheera – Nirodha Lakmali Nov 18 '21 at 11:39