DEV Community

Discussion on: Create react app vs Vite

Collapse
 
shimatai profile image
Wagner

Why don't you use package.json inside each directory and refers to files like "@components/MyCompoment"?!
You don't need do setup anything else. Just a package.json in each folder with content:

{ "name": "components" }

Collapse
 
ivan_jrmc profile image
Ivan Jeremic

This is so dirty I can't believe people do this.