Skip to content

Commit

Permalink
Allow relative paths for assets in local webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
davkal committed Dec 8, 2016
1 parent 90c29f2 commit 5687054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/webpack.local.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {

// Used by Webpack Dev Middleware
output: {
publicPath: '/',
publicPath: '',
path: '/',
filename: '[name].js'
},
Expand Down

0 comments on commit 5687054

Please sign in to comment.