Skip to content

Commit

Permalink
Fix 404 error when setting params on Route
Browse files Browse the repository at this point in the history
Fixes #23
  • Loading branch information
lvarayut committed Jun 23, 2016
1 parent 30d4aa5 commit feb090d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module.exports = {
},
output: {
path: path.join(__dirname, 'build'),
publicPath: '/',
filename: '[name].js'
},
devtool,
Expand Down

0 comments on commit feb090d

Please sign in to comment.