Skip to content

Commit

Permalink
Merge pull request #2043 from weaveworks/2037-fix-asset-path
Browse files Browse the repository at this point in the history
Empty publicpath needed for relative paths of scope
  • Loading branch information
davkal authored Nov 29, 2016
2 parents aaf2b0a + 03b3444 commit 8d8c106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/webpack.production.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const GLOBALS = {
};

let OUTPUT_PATH = 'build/';
let PUBLIC_PATH = '/';
let PUBLIC_PATH = '';

if (process.env.EXTERNAL) {
OUTPUT_PATH = 'build-external/';
Expand Down

0 comments on commit 8d8c106

Please sign in to comment.