score:10
you only have a scss loader setup so once its hitting a css file it doesn't know how to parse.
{ test: /\.css$/, loader: "style-loader!css-loader" }
should get you up and going.
edit:
also if you are using scss why not just change app.css to app.scss that way your css type is consistent and don't have to include the css loader. i would say that is the best solution.
Source: stackoverflow.com
Related Query
- CSS - You may need an appropriate loader to handle this file type
- Webpack 4.6.0 loading css file: You may need an appropriate loader to handle this file type
- IMAGE: You may need an appropriate loader to handle this file type
- how to solve this error You may need an appropriate loader to handle this file type
- React with NextJS and Next-CSS: You may need an appropriate loader to handle this file type
- React - Module parse failed: Unexpected Token. You may need an appropriate loader to handle this file type
- Unable to run webpack-dev-server on react-native-web. ERROR: You may need an appropriate loader to handle this file type
- Module parse failed: Unexpected token (7:5) You may need an appropriate loader to handle this file type
- Module parse failed: Unexpected character '�' (1:0) You may need an appropriate loader to handle this file type
- Error: You may need an appropriate loader to handle this file type
- Babel Webpack Error: You may need an appropriate loader to handle this file type
- ReactJS error You may need an appropriate loader to handle this file type
- Click to open PDF - You may need an appropriate loader to handle this file type
- CSS ReactJs - You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file
- You may need an appropriate loader to handle this file type upload image file
- ERROR in ./src/index.js 14:4 Module parse failed: Unexpected token (14:4) You may need an appropriate loader to handle this file type
- eslint loader (for webpack 2) - You may need an appropriate loader to handle this file type
- Django/React - You may need an appropriate loader to handle this file type
- webpack4: React babel - You may need an appropriate loader to handle this file type
- JSX: You may need an appropriate loader to handle this file type
- React: You may need an appropriate loader to handle this file type
- Turborepo - library consuming another library - You may need an appropriate loader to handle this file type
- ReactJS - You may need an appropriate loader to handle this file type
- ERROR in ./node_modules/leaflet/dist/leaflet.css 3:0 > You may need an appropriate loader to handle this file type
- ERROR in ./src/index.js Module parse failed:Unexpected token (13:16) You may need an appropriate loader to handle this file type
- React babel loader - you may need an appropriate loader to handle this file type
- Webpack error: You may need an appropriate loader to handle this file type
- You may need an appropriate loader to handle this file type
- Webpack4|Redux|React Issue - You may need an appropriate loader to handle this file type
- ReactError: You may need an appropriate loader to handle this file type
More Query from same tag
- Destructuring the data in React
- How to update the state of a field programmatically using redux-form
- Unable to type in input after adding value in React Js
- How to change button value on click?
- I want to use bootstrap class and next.js modules together inline
- Component showing and triggers onclick
- Avoid login form flashing in React
- MiniCssExtractPlugin is not a constructor
- Changing star amount in MUI Rating
- react SetState not updaing state immediately
- Lifing state up: Communicating from child component and upward
- If proptype of element what is the default?
- How do I access the contents of a .tsv file with React and papa-parse?
- Toggle checkbox state is not change React reducer
- Why is my setTimeout with generator function not firing?
- How to fix blank screen when using react router in redux
- How to do a custom logic and redirect to another pages in react or nextjs with useEffect hook
- Unable to visualize pdf file after submitting via FilePond component in React to a servlet(backend)
- retry to load two scripts in componentdidmount
- Understanding props of a wrapped component
- How can I use the onChange?
- How to navigate within page in react?
- Remove last route from react navigation stack
- How the UI get updated in Redux Todolist example
- Problem with function parametrs i cant refer to this function
- Array becoming object when stored in state in react
- Why do I always get the defaut value in reducer in react instead of current value?
- Test React Form internal submit
- Reusable components Redux
- How do I fix redirecting for a react route?