Línea 28... |
Línea 28... |
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/'),
|
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/'),
|
33 |
hooks: path.resolve(__dirname, 'app/hooks/'),
|
36 |
hooks: path.resolve(__dirname, 'app/hooks/'),
|
34 |
store: path.resolve(__dirname, 'app/redux/'),
|
37 |
store: path.resolve(__dirname, 'app/redux/'),
|
35 |
components: path.resolve(__dirname, 'app/components/'),
|
38 |
components: path.resolve(__dirname, 'app/components/'),
|
36 |
pages: path.resolve(__dirname, 'app/pages/'),
|
- |
|
37 |
utils: path.resolve(__dirname, 'app/utils/'),
|
39 |
utils: path.resolve(__dirname, 'app/utils/'),
|
38 |
styles: path.resolve(__dirname, 'app/styles/'),
|
40 |
styles: path.resolve(__dirname, 'app/styles/'),
|
39 |
'@buttons': path.resolve(__dirname, 'app/components/UI/buttons/Buttons')
|
41 |
'@buttons': path.resolve(__dirname, 'app/components/UI/buttons/Buttons')
|
40 |
},
|
42 |
},
|
41 |
extensions: ['.js', '.jsx', '.scss', '.css']
|
43 |
extensions: ['.js', '.jsx', '.scss', '.css']
|