# Summary ## Related Links https://github.com/web-infra-dev/rsbuild/pull/3536 ## without `extensionAlias` ### rspack <img width="500" alt="image" src="https://github.com/user-attachments/assets/1ec7637f-9096-496a-a6ba-c1edbf3bf480"> ### webpack <img width="500" alt="image" src="https://github.com/user-attachments/assets/7d32269a-e144-4c0f-88fa-3ffb5f82aca3"> ## with `extensionAlias` ```ts resolve: { extensionAlias: { '.js': ['.ts', '.tsx'], }, }, ``` ### rspack <img width="400" alt="image" src="https://github.com/user-attachments/assets/54821ba0-4c22-496c-9a47-e4b81841fa77"> ### webpack <img width="400" alt="image" src="https://github.com/user-attachments/assets/b87cc824-a148-4314-aa34-cbf4494c73b6">