Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2632 Rev 2774
Línea 37... Línea 37...
37
      hooks: path.resolve(__dirname, 'app/hooks/'),
37
      hooks: path.resolve(__dirname, 'app/hooks/'),
38
      store: path.resolve(__dirname, 'app/redux/'),
38
      store: path.resolve(__dirname, 'app/redux/'),
39
      components: path.resolve(__dirname, 'app/components/'),
39
      components: path.resolve(__dirname, 'app/components/'),
40
      utils: path.resolve(__dirname, 'app/utils/'),
40
      utils: path.resolve(__dirname, 'app/utils/'),
41
      styles: path.resolve(__dirname, 'app/styles/'),
41
      styles: path.resolve(__dirname, 'app/styles/'),
42
      '@buttons': path.resolve(__dirname, 'app/components/UI/buttons/Buttons')
42
      '@buttons': path.resolve(__dirname, 'app/components/UI/buttons/Buttons'),
-
 
43
      '@hooks': path.resolve(__dirname, 'app/hooks/index')
43
    },
44
    },
44
    extensions: ['.js', '.jsx', '.scss', '.css']
45
    extensions: ['.js', '.jsx', '.scss', '.css']
45
  },
46
  },
46
  module: {
47
  module: {
47
    rules: [
48
    rules: [