Línea 32... |
Línea 32... |
32 |
'@app': path.resolve(__dirname, 'app/'),
|
32 |
'@app': path.resolve(__dirname, 'app/'),
|
33 |
'@providers': path.resolve(__dirname, 'app/providers/'),
|
33 |
'@providers': path.resolve(__dirname, 'app/providers/'),
|
34 |
'@pages': path.resolve(__dirname, 'app/pages/'),
|
34 |
'@pages': path.resolve(__dirname, 'app/pages/'),
|
35 |
'@components': path.resolve(__dirname, 'app/components/'),
|
35 |
'@components': path.resolve(__dirname, 'app/components/'),
|
36 |
'@layouts': path.resolve(__dirname, 'app/layouts/'),
|
36 |
'@layouts': path.resolve(__dirname, 'app/layouts/'),
|
37 |
hooks: path.resolve(__dirname, 'app/hooks/'),
|
37 |
'@hooks': path.resolve(__dirname, 'app/hooks/'),
|
- |
|
38 |
'@buttons': path.resolve(__dirname, 'app/components/UI/buttons/Buttons'),
|
- |
|
39 |
'@styles': path.resolve(__dirname, 'app/styles/'),
|
38 |
store: path.resolve(__dirname, 'app/redux/'),
|
40 |
store: path.resolve(__dirname, 'app/redux/'),
|
39 |
components: path.resolve(__dirname, 'app/components/'),
|
41 |
components: path.resolve(__dirname, 'app/components/'),
|
40 |
utils: path.resolve(__dirname, 'app/utils/'),
|
42 |
utils: path.resolve(__dirname, 'app/utils/')
|
41 |
styles: path.resolve(__dirname, 'app/styles/'),
|
- |
|
42 |
'@buttons': path.resolve(__dirname, 'app/components/UI/buttons/Buttons'),
|
- |
|
43 |
'@hooks': path.resolve(__dirname, 'app/hooks/')
|
- |
|
44 |
},
|
43 |
},
|
45 |
extensions: ['.js', '.jsx', '.scss', '.css']
|
44 |
extensions: ['.js', '.jsx', '.scss', '.css']
|
46 |
},
|
45 |
},
|
47 |
module: {
|
46 |
module: {
|
48 |
rules: [
|
47 |
rules: [
|