Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

what is @ atsign in first of file path nodejs

  const path = require('path');

  ...
  resolve: {
    extensions: ['.js', '.vue', '.json'],
    alias: {
      ...
      '@': path.resolve('src'),
    }
  },
  ...
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #atsign #file #path #nodejs
ADD COMMENT
Topic
Name
8+2 =