what is @ atsign in first of file path nodejs code example
Example: what is @ atsign in first of file path nodejs
const path = require('path');
...
resolve: {
extensions: ['.js', '.vue', '.json'],
alias: {
...
'@': path.resolve('src'),
}
},
...