컴퓨터/react
react vscode 첫번째 import 빨간줄
풍경소리^^
2022. 5. 28. 07:57
파싱 에러 어떡하나요.. - 코딩애플 온라인 강좌
Parsing error: No Babel config file detected for /Users/jowh/Toys/toy/Apple-class/vuedongsan/src/assets/oneroom.js. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files.eslint 자꾸 이
codingapple.com
parsing error babel
프로젝트 폴더에 .eslintrc.json 파일을 만들고
{
"parser": "@babel/eslint-parser",
"parserOptions": { "requireConfigFile" : "false" },
"babelOptions": { "configFile": "./.babelrc", }
}