DEV Community

Discussion on: Render Browser Specific Content with React 🎉

Collapse
 
pavanmehta profile image
Pavan Maheshwari

Maybe a noob question but I saw you using @ in your imports? What does that mean? Do we have to configure webpack to support that syntax?

Collapse
 
flexdinesh profile image
Dinesh Pandiyan

You're right. There's a webpack config for that. We need to specify alias. Refer this link for more info.

webpack alias config