Proyectos de Subversion LeadersLinked - SPA

Rev

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

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