Skip to content

Commit

Permalink
Add a fix to webpack custom resolve.alias not working. (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda authored Sep 19, 2016
1 parent 44cc7bf commit a6c07f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default function (configType, baseConfig, configDir) {
...customConfig.resolve,
alias: {
...config.alias,
...customConfig.alias,
...(customConfig.resolve && customConfig.resolve.alias),
}
}
};
Expand Down

0 comments on commit a6c07f1

Please sign in to comment.