frontend/React
React에서 절대경로 사용법.
findTheValue
2021. 6. 1. 02:14
jsconfig.json만들고
{
"compilerOptions": {
"baseUrl": "src"
},
"include": ["src"]
}
붙혀넣고 저장.
출처:https://create-react-app.dev/docs/importing-a-component/
Importing a Component | Create React App
This project setup supports ES6 modules thanks to webpack.
create-react-app.dev
공식문서