Failed to compile
./src/App.css (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-4-1!./node_modules/postcss-loader/src??postcss!./src/App.css)
Module not found: You attempted to import ../background.jpg which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
This error occurred during the build time and cannot be dismissed.
이렇게 뜨는데 이유가 뭘까요? ㅠㅠ
점보트론에 background라고 클래스네임주고
.background{
background-image: url(/background.jpg);
}
css 이렇게 적었는데, 저런 오류가 나네요...