react-with-clean-architecture
react-with-clean-architecture copied to clipboard
IDE can't recognize module including webpack alias
webstorm version: 2022.02
in my IDE, it cannot find module including alias of webpack or babel. how do you set up with this problem?

i tried below setting. it also doesn't work by preference setting

i think one solution is that put webpack.config file in root directory like below image
in web development, src/web/di/, in mobile development src/mobile/di

between mobile babel and web webpack, are you switch setting by target environment between mobile and web?