Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 935 Rev 1030
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
      utils: path.resolve(__dirname, 'app/utils/'),
28
      '@buttons': path.resolve(__dirname, 'app/components/UI/buttons/Buttons')
29
      '@buttons': path.resolve(__dirname, 'app/components/UI/buttons/Buttons')
29
    }
30
    }
30
  },
31
  },
31
  module: {
32
  module: {
32
    rules: [
33
    rules: [