Skip to content

Commit

Permalink
Set correct output path?
Browse files Browse the repository at this point in the history
  • Loading branch information
christianalfoni committed Feb 27, 2016
1 parent cd8a6a4 commit a445e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.production.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var path = require('path');

module.exports = {
output: {
publicPath: '/'
publicPath: '/public'
},
resolve: {
alias: {
Expand Down

0 comments on commit a445e30

Please sign in to comment.