mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
commit
3c2a2402c5
@ -33,10 +33,10 @@ module.exports = {
|
||||
],
|
||||
|
||||
resolve: {
|
||||
extensions: ['', '.js']
|
||||
extensions: ['', '.js'],
|
||||
alias: {
|
||||
'styles': './src/styles',
|
||||
'components': './src/scripts/components/'
|
||||
'styles': '../../../src/styles',
|
||||
'components': '../../../src/scripts/components/'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user