Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 1030 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1030 Rev 1083
Línea 23... Línea 23...
23
    extensions: ['.js', '.jsx', '.scss'],
23
    extensions: ['.js', '.jsx', '.scss'],
24
    alias: {
24
    alias: {
25
      hooks: path.resolve(__dirname, 'app/hooks/'),
25
      hooks: path.resolve(__dirname, 'app/hooks/'),
26
      store: path.resolve(__dirname, 'app/redux/'),
26
      store: path.resolve(__dirname, 'app/redux/'),
27
      components: path.resolve(__dirname, 'app/components/'),
27
      components: path.resolve(__dirname, 'app/components/'),
-
 
28
      pages: path.resolve(__dirname, 'app/pages/'),
28
      utils: path.resolve(__dirname, 'app/utils/'),
29
      utils: path.resolve(__dirname, 'app/utils/'),
29
      '@buttons': path.resolve(__dirname, 'app/components/UI/buttons/Buttons')
30
      '@buttons': path.resolve(__dirname, 'app/components/UI/buttons/Buttons')
30
    }
31
    }
31
  },
32
  },
32
  module: {
33
  module: {