파싱 에러 어떡하나요.. - 코딩애플 온라인 강좌
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", }
}
'컴퓨터 > react' 카테고리의 다른 글
React JS 이론부터 실전까지 - 동빈나 (0) | 2023.04.07 |
---|---|
react Module not found: Error: Can't resolve './serviceWorker' in (0) | 2022.07.04 |
react javascript reduce map (0) | 2022.05.12 |
React 길벗 (0) | 2022.04.26 |
react gilbut git clone (0) | 2022.04.16 |