mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-08-21 11:15:42 +08:00
Fix missing comma
This commit is contained in:
@@ -33,7 +33,7 @@ module.exports = {
|
||||
],
|
||||
|
||||
resolve: {
|
||||
extensions: ['', '.js']
|
||||
extensions: ['', '.js'],
|
||||
alias: {
|
||||
'styles': './src/styles',
|
||||
'components': './src/scripts/components/'
|
||||
|
||||
Reference in New Issue
Block a user