Skip to content

Commit

Permalink
fix typo; closes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Feb 9, 2017
1 parent f7421ab commit a647d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = env => {
]
},
output: {
path: out,
path: dist,
filename: '[name].[hash].js',
publicPath: '/'
},
Expand Down

0 comments on commit a647d53

Please sign in to comment.