Merge pull request #2043 from weaveworks/2037-fix-asset-path

Empty publicpath needed for relative paths of scope
This commit is contained in:
David
2016-11-29 17:01:30 +01:00
committed by GitHub

View File

@@ -11,7 +11,7 @@ const GLOBALS = {
};
let OUTPUT_PATH = 'build/';
let PUBLIC_PATH = '/';
let PUBLIC_PATH = '';
if (process.env.EXTERNAL) {
OUTPUT_PATH = 'build-external/';