I've created a brand new react app
create-react-app demo
I need to create alias for some directories/components like:
import { Header } from '@uicomponents'
Where @uicomponents
is shortcut for the path 'src/hello/this/is/the/path/to/ui/components
'
All online tutorials telling that I can use alias imports using resolve.alias
, but I'm wondering how to do this with brand-new react app?
Theres is no .babelrc or webpack.config.js files.
Any help please?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…