Línea 27... |
Línea 27... |
27 |
),
|
27 |
),
|
28 |
'ckeditor5.css': path.resolve(
|
28 |
'ckeditor5.css': path.resolve(
|
29 |
__dirname,
|
29 |
__dirname,
|
30 |
'node_modules/ckeditor5/dist/ckeditor5.css'
|
30 |
'node_modules/ckeditor5/dist/ckeditor5.css'
|
31 |
),
|
31 |
),
|
32 |
'@app': path.resolve(__dirname, 'app/'),
|
- |
|
33 |
'@providers': path.resolve(__dirname, 'app/providers/'),
|
- |
|
34 |
'@pages': path.resolve(__dirname, 'app/pages/'),
|
- |
|
35 |
'@components': path.resolve(__dirname, 'app/components/'),
|
32 |
'@components': path.resolve(__dirname, 'app/components/'),
|
- |
|
33 |
'@constants': path.resolve(__dirname, 'app/constants/'),
|
- |
|
34 |
'@hocs': path.resolve(__dirname, 'app/hocs/index.js'),
|
- |
|
35 |
'@hooks': path.resolve(__dirname, 'app/hooks/index.js'),
|
36 |
'@layouts': path.resolve(__dirname, 'app/layouts/'),
|
36 |
'@layouts': path.resolve(__dirname, 'app/layouts/'),
|
37 |
'@hooks': path.resolve(__dirname, 'app/hooks/'),
|
37 |
'@pages': path.resolve(__dirname, 'app/pages/'),
|
- |
|
38 |
'@providers': path.resolve(__dirname, 'app/providers/'),
|
- |
|
39 |
'@store': path.resolve(__dirname, 'app/redux/'),
|
38 |
'@styles': path.resolve(__dirname, 'app/styles/'),
|
40 |
'@styles': path.resolve(__dirname, 'app/styles/'),
|
- |
|
41 |
'@services': path.resolve(__dirname, 'app/services/'),
|
- |
|
42 |
'@utils': path.resolve(__dirname, 'app/utils/index.js'),
|
- |
|
43 |
'@app': path.resolve(__dirname, 'app/'),
|
39 |
store: path.resolve(__dirname, 'app/redux/'),
|
44 |
store: path.resolve(__dirname, 'app/redux/'),
|
40 |
components: path.resolve(__dirname, 'app/components/'),
|
45 |
components: path.resolve(__dirname, 'app/components/'),
|
41 |
utils: path.resolve(__dirname, 'app/utils/')
|
46 |
utils: path.resolve(__dirname, 'app/utils/')
|
42 |
},
|
47 |
},
|
43 |
extensions: ['.js', '.jsx', '.scss', '.css']
|
48 |
extensions: ['.js', '.jsx', '.scss', '.css']
|