With the release of material-ui
version 1, I noticed they have added an @
symbol to the front of the library name @material-ui/core
. After digging into my node modules, I see that they aren't the only one - I have @babel
and @types
as well.
Is the @
significant for some reason, or is it just for the purposes of clarity and avoiding conflicts with previous versions of the library?