Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1562 Rev 2521
Línea 19... Línea 19...
19
  },
19
  },
20
  watch: false,
20
  watch: false,
21
  mode: 'production',
21
  mode: 'production',
22
  resolve: {
22
  resolve: {
23
    alias: {
23
    alias: {
-
 
24
      ckeditor5: path.resolve(
-
 
25
        __dirname,
-
 
26
        'node_modules/ckeditor5/dist/ckeditor5.js'
-
 
27
      ),
-
 
28
      'ckeditor5.css': path.resolve(
-
 
29
        __dirname,
-
 
30
        'node_modules/ckeditor5/dist/ckeditor5.css'
-
 
31
      ),
24
      '@app': path.resolve(__dirname, 'app/'),
32
      '@app': path.resolve(__dirname, 'app/'),
25
      hooks: path.resolve(__dirname, 'app/hooks/'),
33
      hooks: path.resolve(__dirname, 'app/hooks/'),
26
      store: path.resolve(__dirname, 'app/redux/'),
34
      store: path.resolve(__dirname, 'app/redux/'),
27
      components: path.resolve(__dirname, 'app/components/'),
35
      components: path.resolve(__dirname, 'app/components/'),
28
      pages: path.resolve(__dirname, 'app/pages/'),
36
      pages: path.resolve(__dirname, 'app/pages/'),
29
      utils: path.resolve(__dirname, 'app/utils/'),
37
      utils: path.resolve(__dirname, 'app/utils/'),
30
      styles: path.resolve(__dirname, 'app/styles/'),
38
      styles: path.resolve(__dirname, 'app/styles/'),
31
      '@buttons': path.resolve(__dirname, 'app/components/UI/buttons/Buttons')
39
      '@buttons': path.resolve(__dirname, 'app/components/UI/buttons/Buttons')
32
    },
40
    },
33
    extensions: ['.js', '.jsx', '.scss']
41
    extensions: ['.js', '.jsx', '.scss', '.css']
34
  },
42
  },
35
  module: {
43
  module: {
36
    rules: [
44
    rules: [
37
      {
45
      {
38
        test: /(js|jsx)$/,
46
        test: /(js|jsx)$/,