We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
facebook/create-react-app#2188
webpack.config.js 에서 alias에 '@' : path.resolve('../src')로 설정을 해줬는데
4d0aeca#r37834116 찾지를 못하네요 혹시 어떤게 문제인지 아시면 도움을 주시면 감사하겠습니당 👍
The text was updated successfully, but these errors were encountered:
override 는 이렇게썼던거같고 vscode상에서 참조하지 못한다고한다면 jsconfig.json paths 를 같이 설정해야될수 있겠네요. 🙂
jsconfig.json
const { addWebpackAlias , override ...} = require('customize-cra') module.exports = { webpack: override( addWebpackAlias({ '@' :... }) ) }
eject 하셨었군요 ㅋㅋㅋ 나중에봤네요. eject하지 않고도 될거에용. customize-cra로 왠만한건
customize-cra
Sorry, something went wrong.
path.resolve(__dirname, '../src')
@y0c 감사합니당 ~~ :) customize-cra로 해보겠습니당 :)
y0c
Yesdoing
DoonDoony
No branches or pull requests
facebook/create-react-app#2188
4d0aeca#r37834116
찾지를 못하네요 혹시 어떤게 문제인지 아시면 도움을 주시면 감사하겠습니당 👍
The text was updated successfully, but these errors were encountered: