Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1426 Rev 1562
Línea 18... Línea 18...
18
    filename: currentPath.filename
18
    filename: currentPath.filename
19
  },
19
  },
20
  watch: false,
20
  watch: false,
21
  mode: 'production',
21
  mode: 'production',
22
  resolve: {
22
  resolve: {
23
    extensions: ['.js', '.jsx', '.scss'],
-
 
24
    alias: {
23
    alias: {
-
 
24
      '@app': path.resolve(__dirname, 'app/'),
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
      pages: path.resolve(__dirname, 'app/pages/'),
29
      utils: path.resolve(__dirname, 'app/utils/'),
29
      utils: path.resolve(__dirname, 'app/utils/'),
30
      styles: path.resolve(__dirname, 'app/styles/'),
30
      styles: path.resolve(__dirname, 'app/styles/'),
31
      '@buttons': path.resolve(__dirname, 'app/components/UI/buttons/Buttons')
31
      '@buttons': path.resolve(__dirname, 'app/components/UI/buttons/Buttons')
32
    }
32
    },
-
 
33
    extensions: ['.js', '.jsx', '.scss']
33
  },
34
  },
34
  module: {
35
  module: {
35
    rules: [
36
    rules: [
36
      {
37
      {
37
        test: /(js|jsx)$/,
38
        test: /(js|jsx)$/,