react-with-clean-architecture icon indicating copy to clipboard operation
react-with-clean-architecture copied to clipboard

IDE can't recognize module including webpack alias

Open parkhojeong opened this issue 3 years ago • 0 comments

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?

image

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

image

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

image

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

parkhojeong avatar Mar 05 '22 13:03 parkhojeong