Skip to content

Commit

Permalink
Fix output path
Browse files Browse the repository at this point in the history
  • Loading branch information
vasanthk committed Jul 15, 2015
1 parent 3990e6e commit b4dd9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
output: {
path: __dirname,
filename: 'bundle.js',
publicPath: '/static/'
publicPath: '/scripts/'
},
resolve: {
extensions: ['', '.js']
Expand Down

0 comments on commit b4dd9f8

Please sign in to comment.