DEV Community

Discussion on: Make VSCode works with your custom Webpack aliases

Collapse
 
smaqeelkazmi profile image
smaqeelkazmi

There is one problem which I'm facing using this technique,

  1. Now VsCode recognize alias path very well but,
  2. It doesn't recognize any other path which is not using an alias.

works: "@/component.js"
not working: "./component.js"

Collapse
 
vuong profile image
vuong ⛈️

I appreciate your sharing. For now, I can't check it by myself because I just involve into React with just some small stuffs and short term, not for now anymore. So, hope someone else can share how to solve this problem in future.