Difference between@ and . / in the import function

Asked

Viewed 79 times

2

I would like to know the difference between the codes below:

import module from '@module'
import module from 'module'

I recently had a problem where I had to stop using

import firebase from 'firebase'

and put

import firebase from '@firebase'

Thanks in advance.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.