Skip to content

Commit

Permalink
docs: corrected configureWebpack object key (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMuzatko authored and yyx990803 committed Apr 16, 2018
1 parent 2d811ed commit 4e72ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ webpack aliases can be configured via [configureWebpack](/config/#configurewebpa

``` js
module.exports = {
configurewebpack: {
configureWebpack: {
resolve: {
alias: {
'@alias': 'path/to/some/dir'
Expand Down

0 comments on commit 4e72ba8

Please sign in to comment.