Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 929 Rev 934
Línea 20... Línea 20...
20
  watch: false,
20
  watch: false,
21
  mode: 'production',
21
  mode: 'production',
22
  resolve: {
22
  resolve: {
23
    extensions: ['.js', '.jsx', '.scss'],
23
    extensions: ['.js', '.jsx', '.scss'],
24
    alias: {
24
    alias: {
-
 
25
      '@buttons': path.resolve(__dirname, 'app/components/UI/buttons/Buttons'),
25
      hooks: path.resolve(__dirname, 'app/hooks/'),
26
      utils: path.resolve(__dirname, 'app/utils/'),
26
      store: path.resolve(__dirname, 'app/redux/'),
27
      store: path.resolve(__dirname, 'app/redux/'),
27
      components: path.resolve(__dirname, 'app/components/'),
28
      hooks: path.resolve(__dirname, 'app/hooks/'),
28
      '@buttons': path.resolve(__dirname, 'app/components/UI/buttons')
29
      components: path.resolve(__dirname, 'app/components/')
29
    }
30
    }
30
  },
31
  },
31
  module: {
32
  module: {
32
    rules: [
33
    rules: [
33
      {
34
      {