Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2774 Rev 2775
Línea 38... Línea 38...
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
      '@hooks': path.resolve(__dirname, 'app/hooks/')
44
    },
44
    },
45
    extensions: ['.js', '.jsx', '.scss', '.css']
45
    extensions: ['.js', '.jsx', '.scss', '.css']
46
  },
46
  },
47
  module: {
47
  module: {
48
    rules: [
48
    rules: [