mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
fix _webpack.dist.config.js alias
This commit is contained in:
parent
c23e80fa56
commit
2f88faf693
@ -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