I am facing an issue with my app not properly loading css files. I suspect it has something to do with the fact that my app is utilizing webpack, but I am unable to locate a webpack.config.js
file in the root directory.
Instead, I have found webpack.base.conf.js
, webpack.dev.conf.js
, and webpack.prod.conf.js
in the ./build
folder.
Should these files be in the root directory? Any advice would be appreciated.